feat(agent): generate reactive task titles - #754
Open
AnthonyRonning wants to merge 1 commit into
Open
Conversation
Deploying maple with
|
| Latest commit: |
a91b516
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c0ea1a3d.maple-ca8.pages.dev |
| Branch Preview URL: | https://codex-maple-agent-titles-map.maple-ca8.pages.dev |
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
SessionUpdatedflow so the header and sidebar update reactively.New tasksessions, preserving source-defined and user-set titles such asBuzz ACP.Why
Agent tasks currently keep a truncated excerpt of the first prompt rather than receiving a semantic title.
Goose's built-in naming scheduler is detached from Maple's tracked run, can continue past Stop/logout, and may rename across the first three user turns. This change instead invokes Goose naming inside Maple's tracked first-turn lifecycle, with a child cancellation token, bounded timeout and completion grace, and provider-future draining to preserve account and credential-lifetime guarantees.
This uses Goose's configured fast-model policy rather than changing the shared
GOOSE_FAST_MODEL, which also affects compaction and other Goose operations.Related work
session.title; this change feeds the existing reactive UI path and does not overlap its frontend work.user_set_name; the future rename operation should also serialize or use compare-and-set semantics against an in-flight first-turn title request.Validation
git diff --check