sync: reconcile main into develop - #87
Merged
Merged
Conversation
Bumps the cargo group with 1 update in the /crosslink/fuzz directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.8.5 to 0.8.7 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.7/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.7) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.7 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
sync: bring develop fixes into main
…fuzz/cargo-6310f337bc chore(deps): Bump rand from 0.8.5 to 0.8.7 in /crosslink/fuzz in the cargo group across 1 directory
Bumps the npm_and_yarn group with 1 update in the /vscode-extension directory: [linkify-it](https://github.com/markdown-it/linkify-it). Updates `linkify-it` from 5.0.1 to 5.0.2 - [Changelog](https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/linkify-it@5.0.1...5.0.2) --- updated-dependencies: - dependency-name: linkify-it dependency-version: 5.0.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
…ode-extension/npm_and_yarn-c2ac1729ee chore(deps-dev): Bump linkify-it from 5.0.1 to 5.0.2 in /vscode-extension in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the /vscode-extension directory: [fast-uri](https://github.com/fastify/fast-uri). Updates `fast-uri` from 3.1.2 to 3.1.4 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.2...v3.1.4) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.4 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
…ode-extension/npm_and_yarn-04db377a11 chore(deps-dev): Bump fast-uri from 3.1.2 to 3.1.4 in /vscode-extension in the npm_and_yarn group across 1 directory
…dates Bumps the npm_and_yarn group with 3 updates in the /dashboard directory: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router), [brace-expansion](https://github.com/juliangruber/brace-expansion) and [postcss](https://github.com/postcss/postcss). Updates `react-router` from 7.18.0 to 8.3.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@8.3.0/packages/react-router) Updates `brace-expansion` from 5.0.7 to 5.0.8 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v5.0.7...v5.0.8) Updates `postcss` from 8.5.15 to 8.5.23 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.15...8.5.23) --- updated-dependencies: - dependency-name: react-router dependency-version: 8.3.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: brace-expansion dependency-version: 5.0.8 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: postcss dependency-version: 8.5.23 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
…hboard/npm_and_yarn-311b9c8e58 chore(deps): Bump the npm_and_yarn group across 1 directory with 3 updates
- Add configurable agent binary via hook-config.json `agent.binary` (default: claude) - New `read_agent_binary()` utility in `utils.rs` - Threaded through Kickoff, Orchestrator, Swarm, Sentinel (spawn_agent) - Container launches gate Anthropic credentials/mounts behind `agent_binary == "claude"` - Add provider-agnostic pricing in `token_usage.rs` - `PricingConfig` with exact model / provider prefix / default resolution - Preserves Anthropic substring heuristics as fallback - 7 new tests, all existing tests pass via thin wrappers - Sentinel `--model` override flag on run/watch/run-daemon - Threaded through dispatch/triage with CLI > tuning > config precedence - Exhaustion -> triage issue: creates high-priority `agent-exhausted` issue before marking outcome - DRY: single `read_agent_binary()` called from 10 sites (Kickoff×6, Orchestrator, Swarm, Sentinel) All 2817 tests pass. Ready for any agent CLI supporting `--model` flag. ref #786
…(gh#43) Add agent.kickoff_template and agent.no_template to hook-config.json so non-Claude agents can provide their own prompt or skip the built-in template entirely. - utils.rs: read_kickoff_template() reads custom template file content - utils.rs: read_no_template() checks agent.no_template boolean - run.rs: checks config before building prompt; uses custom template or empty - launch.rs: gates --model/--allowedTools flags behind agent_binary == claude - launch.rs: non-Claude agents receive prompt via stdin instead of $(cat)
…koff-template feat(kickoff): add configurable prompt template via hook-config.json (gh#43)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reconcile
mainancestry intodevelopbefore the next promotion.Drift handling
mainand currentdevelopas merge parents.develop.Validation
origin/develop.