Skip to content

fix(web): remove stale references to retired sub-agent lifecycle tools (#3414)#3472

Open
idling11 wants to merge 1 commit into
Hmbown:mainfrom
idling11:fix/issue-3414-stale-subagent-refs
Open

fix(web): remove stale references to retired sub-agent lifecycle tools (#3414)#3472
idling11 wants to merge 1 commit into
Hmbown:mainfrom
idling11:fix/issue-3414-stale-subagent-refs

Conversation

@idling11

Copy link
Copy Markdown
Contributor

Replace agent_open / agent_eval / agent_close with the current agent tool name across roadmap and docs pages (EN + ZH).

  • roadmap/page.tsx: update Shipped items for sub-agent parallel execution
  • docs/page.tsx: update tool listing, add link to docs/SUBAGENTS.md
  • derive-facts.mjs: remove unused REPO_ROOT (lint cleanup)

Close #3414.

Summary

Testing

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets --all-features
  • cargo test --workspace --all-features

Checklist

  • Updated docs or comments as needed
  • Added or updated tests where relevant
  • Verified TUI behavior manually if UI changes
  • Harvested/co-authored credit uses a GitHub numeric noreply address

@idling11 idling11 requested a review from Hmbown as a code owner June 23, 2026 09:42
@idling11 idling11 force-pushed the fix/issue-3414-stale-subagent-refs branch from a8279e0 to aa149c0 Compare June 23, 2026 09:46
Hmbown#3414)

Replace agent_open / agent_eval / agent_close with the current `agent`
tool name across roadmap and docs pages (EN + ZH).

- roadmap/page.tsx: update Shipped items for sub-agent parallel execution
- docs/page.tsx: update tool listing, add link to docs/SUBAGENTS.md
- derive-facts.mjs: remove unused REPO_ROOT (lint cleanup)
@idling11 idling11 force-pushed the fix/issue-3414-stale-subagent-refs branch from aa149c0 to 81dbb17 Compare June 23, 2026 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v0.8.69: Remove stale website references to retired sub-agent lifecycle tools

1 participant