Forum
    • Categories
    • Register
    • Login

    The source code has different commit hash...

    Scheduled Pinned Locked Moved General Questions
    6 Posts 5 Posters 30 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ustkU
      ustk
      last edited by ustk

      Now I'm getting this when trying to export my plugin... I just rebuilt Hise and I assure you the branch has not changed between the built and the current state...
      Getting so, so many bugs these days, it's so frustrating spending most of the time trying to get Hise, the DLLs, and everything just working, that development of the plugin itself just became a side job...

      Hise made me an F5 dude, any other app just suffers...

      dannytaurusD 1 Reply Last reply Reply Quote 1
      • dannytaurusD
        dannytaurus @ustk
        last edited by

        @ustk Hopefully we're in a transition phase while Christoph is doing lots of AI-related work.

        Meat Beats: https://meatbeats.com
        Klippr Video: https://klippr.video

        David HealeyD 1 Reply Last reply Reply Quote 1
        • David HealeyD
          David Healey @dannytaurus
          last edited by

          @dannytaurus I think that's what it is. We need a develop develop branch :)

          Free HISE Bootcamp Full Course for beginners.
          YouTube Channel - Public HISE tutorials
          My Patreon - HISE tutorials

          Christoph HartC 1 Reply Last reply Reply Quote 0
          • Christoph HartC
            Christoph Hart @David Healey
            last edited by

            @ustk yeah sorry, that happens if I forget to run a shell command that bakes in the commit hash or if you actually are using an old build that doesn't match your source code.

            which commit are you on?

            We need a develop develop branch

            Actually with the new AI superpower of just telling Claude to cherrypick a commit into another branch we might actually try to use the branch concepts as they are intended.

            resonantR 1 Reply Last reply Reply Quote 2
            • resonantR
              resonant @Christoph Hart
              last edited by

              @Christoph-Hart said in The source code has different commit hash...:

              Actually with the new AI superpower of just telling Claude to cherrypick a commit into another branch we might actually try to use the branch concepts as they are intended.

              For those completely new to this, where can we find information on the steps to follow for setup and operation for Agentinc Coding with HISE?

              Christoph HartC 1 Reply Last reply Reply Quote 0
              • Christoph HartC
                Christoph Hart @resonant
                last edited by

                @resonant It's still a moving target so as long as there's not an established workflow I'd like to refrain from putting out an "official" guide. The current state is:

                • there's an MCP server which contains the entire documentation & code examples in a LLM consumable way.
                • there's an LSP server that can be invoked after each script edit and catches hallucinated API methods by sending a "parse" request to HISE which performs a "light" compilation step and returns all errors it finds.
                • there's a CLI tool that can remotely control HISE and add / remove modules, build up UI component trees. This functionality is currently half-implemented in the MCP server, but I'll rip that out of the MCP server and move it to the CLI exclusively soon. That will be the meat and bone of the agentic integration since it enables the agent to perform most tasks automatically.
                • there's the "art" of prompting - give the AI agent instructions / style guides so it uses a efficient workflow & produces good code. This is probably the most "moving" target of them all so it'll be the last thing I tackle after all the other tools fall into place.
                • there are multiple agent tools (Opencode, Claude Code, Pi, Codex) - most of them support all the tools listed above in some way, but there are subtle details between them - eg. Claude never runs LSP servers after an edit so you have to manually patch it up.

                If you want to dabble around with the current feature set you're best bet is to checkout the hise_mcp_server repo, grab a AI client and tell it to install it, then see how much it improves your workflow.

                https://github.com/christoph-hart/hise_mcp_server

                Just point the agent to the readme and let it figure out all the rest.

                1 Reply Last reply Reply Quote 1
                • First post
                  Last post

                22

                Online

                2.3k

                Users

                13.6k

                Topics

                118.5k

                Posts