Conversation
Bumps generator version to 0.1.2 and syncs lockfile. 13 commits since 0.1.1: - New harness: claude-interactive (#609, #611, #613, #614, #615, #616) — PTY-supervised interactive claude as an Agent-SDK alternative, gated per workflow. - generator: per-workflow harness/model override (#612). - skills: nightly upstream-bot rebases (#605), running-in-ci PR bar (#604) and recheck (#573), env-filter loophole fix (#599), authorAssociation warning (#600), review-gates Gate 1 (#602). - fix(mention): use comment.updated_at for edit-event queue delay (#595).
tend-agent
approved these changes
May 27, 2026
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.
Why
Cut the 0.1.2 release so consumer repos (and tend's own nightly regen) pick up the new
claude-interactiveharness and per-workflowharness/modeloverrides.What's new since 0.1.1
New
claude-interactiveharness (max-sixty/tend/interactive@0.1.2) — opt-inalternative to the released
claudeharness. PTY-supervised interactiveclaudeviascript(1), end-of-turn detected through Stop/StopFailure hooks. Built as thetrial path ahead of Anthropic's June 15 billing split between Agent-SDK metering and
the flat Claude Code subscription. Smoke tested end-to-end on tend itself. PRs:
#609, #611, #613, #614, #615, #616.
Per-workflow
harness/modeloverride — adopters can flip a single workflowto a different harness or model without changing
.config/tend.yamldefaults. #612.Skill refinements — nightly upstream-bot rebases (#605), running-in-ci PR bar
(#604) and recheck (#573), env-filter loophole fix (#599), authorAssociation warning
(#600), review-gates Gate 1 (#602).
Bug fix — mention queue-delay now uses
comment.updated_atso edit events reportaccurately (#595).
Compatibility
Released
claudeharness path is byte-identical;claude-interactiveis strictlyadditive and opt-in. Consumer repos that don't touch
harness:see no change beyondthe new skill text and the mention-edit fix.