feat(agent): stronger ask_user steering + launch log#30
Merged
Conversation
Rewrite DefaultBaseSystemPrompt to explain the mechanism — a plain-text question ends the run and returns no answer, so ask_user is the only real channel — and make it imperative (never end a turn with a prose question, even for a single missing detail). Add an Info log at Pi launch recording whether a system prompt was applied, to verify wiring from server logs.
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.
Follow-up: make agents actually use ask_user
Builds on #29. After verifying the full pipeline live (code deployed, @mentions route through Pi,
--set-envforwards the prompt, Pi accepts--append-system-prompt,ask_userregistered) the remaining gap was behavioral: the model answered clarifying questions in prose instead of callingask_user.Changes
DefaultBaseSystemPrompt— rewritten to explain the mechanism: in Deuce a plain-text question is a dead end (the run ends, no answer returns), soask_useris the only real channel. Imperative wording: never end a turn with a prose question, even for a single missing detail like a filename.systemPromptApplied,systemPromptLen), so the wiring is verifiable from server logs.Notes
kind/options) only installs on workspace create/start/rebuild — existing containers keep the old extension until rebuilt.🤖 Generated with Claude Code