feat: agent preamble, post-outline approval, URL updates#24
Merged
nathanschram merged 1 commit intomasterfrom Feb 27, 2026
Merged
feat: agent preamble, post-outline approval, URL updates#24nathanschram merged 1 commit intomasterfrom
nathanschram merged 1 commit intomasterfrom
Conversation
…dates (#21, #22, #23) - Add configurable [preamble] that injects Telegram context and summary template into all engine prompts (runner_bridge.py) - Add PreambleSettings model (enabled, text) to settings.py - Fix Pause & Outline Plan for resumed sessions: clean up cooldown and approval state on session end to prevent stale state leaking - Add synthetic Approve/Deny buttons after plan outline auto-deny, eliminating the need to type "approved" (da: callback prefix) - Update Homepage/Documentation URLs to littlebearapps.com/tools/untether/ - Update CLI help text URL - Add [preamble] section to config reference docs - Add .claude/rules/ and .claude/skills/ for project-scoped development context - 896 tests passing, 80.61% coverage Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
[preamble]config injects Telegram context and structured summary template into all engine prompts viarunner_bridge.py. Works for Claude, Codex, OpenCode, and Pi. IncludesPreambleSettingsmodel withenabledandtextfields.da:callback prefix to fit 64-byte Telegram limit._DISCUSS_COOLDOWN,_DISCUSS_APPROVED) cleaned up on session end to prevent stale state leaking into resumed runs.https://littlebearapps.com/tools/untether/in pyproject.toml, CLI help text, and GitHub repo metadata..claude/rules/(4 rules) and.claude/skills/(5 skills) for development context.Closes #21, closes #22, closes #23
Test plan
ruff format+ruff checkcleanuv lock --checkpassesjournalctl— preamble injection confirmed in logsgh repo edit🤖 Generated with Claude Code