feat: add jcode integration (was #2248, rebased and conflicts resolved) - #2809
feat: add jcode integration (was #2248, rebased and conflicts resolved)#2809przeqpiciel wants to merge 1 commit into
Conversation
Add first-class Jcode support to Herdr: agent-detection manifest, herdr integration install|uninstall|status jcode lifecycle hook, session-reference resume, docs, API schema, and tests. The status heuristics are derived from Jcode's actual UI (composer markers, spinner, tool bar). Config edits use toml_edit and preserve user hooks. Includes a full lifecycle state-space graph test and a shell-integration conformance harness.
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @przeqpiciel, thanks for your interest in contributing. Herdr does not accept unsolicited implementation pull requests from contributors who are not listed in The pull request author is not an approved contributor. If you encountered a reproducible bug, report the observed behavior through the bug issue template. A report does not reserve the work or authorize a pull request; accepted fixes are normally implemented by Herdr’s maintainer-controlled agents. Feature requests, behavior changes, and other proposals belong in GitHub Discussions. Do not open an issue merely to justify an implementation that was already written. If a maintainer explicitly wants this implementation, they can reopen the pull request. Reopening by anyone else will be closed again automatically. See https://github.com/herdrdev/herdr/blob/master/CONTRIBUTING.md for the contribution policy. |
Rebased follow-up to #2248 "feat: add jcode integration". The original head branch lives on
1jehuang/herdr, which the author and I have no write access to, so the resolved changes are re-submitted fromprzeqpiciel/herdr.This squashes the jcode integration into a single commit on current
master(d76657f2) with the upstream Qwen/OpenCode integration changes merged in:IntegrationTarget::ALL18,Agent::ALL23,SCREEN_MANIFEST_AGENTS21,integration_specs18).Validation:
cargo fmt --checkandcargo clippy --all-targets --locked -- -D warningspass.herdr integration status/install/uninstall jcodeexercised against an isolated real Jcode config (PASS).Closes the delivery path blocked in #2248.