Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
468d423
feat(tui): enable prompting for subagent sessions
Jan 3, 2026
2f5bd20
feat: add /finished command to transfer subagent summary to parent se…
Jan 3, 2026
48ed85a
feat(tui): make /finished trigger immediately in subsessions
Jan 3, 2026
6f796c7
fix(tui): remove duplicate /finished command registration
Jan 3, 2026
a9159da
Removed dupes, added subsession check
opencode-agent[bot] Jan 3, 2026
9d7b71c
Update agent guidelines and add kill command
Jan 4, 2026
4632464
config update
Jan 4, 2026
8b64b5c
Add /wipe and /wipeout commands
Jan 4, 2026
c5159b0
chore: replace .opencode with symlink to external config
Jan 4, 2026
fc9471d
implement /wipe and /wipeout commands for subagent session management
Jan 4, 2026
d124bfb
fix: re-add unshare command and refine wipe navigation
Jan 4, 2026
5c4b816
feat(session): add success toasts for wipe and harden wipeout loop
Jan 4, 2026
659138f
chore: replace .github folder with symlink to external config
Jan 4, 2026
32b416a
fix: remove unused event handlers for config.updated and skill.updated
Jan 4, 2026
a78de7a
Create async-agents.md
Jan 4, 2026
d054a71
feat(task): implement async agents with fire-and-forget execution
Jan 6, 2026
ae91b92
feat(async-agents): add Phase 3 UX polish - sidebar, toasts, agent pr…
Jan 7, 2026
1501300
feat(async-agents): implement live tool call updates and improved com…
Jan 7, 2026
d0c8b07
docs(async-agents): mark Phase 5 complete and update verification tasks
Jan 7, 2026
43c2323
feat(async-agents): match standard subagent UI and fix visibility reg…
Jan 7, 2026
202c98e
feat(async-agents): task tool initiation ui working, task tool return…
Jan 7, 2026
5b36a28
fix(async-agents): pass subagent summary to parent session and displa…
Jan 7, 2026
ba6d4fd
fix(async-agents): restore clean UI and enable auto-continuation for …
Jan 7, 2026
93f0caa
fix(async-agents): switch completion UI to inline style and use syste…
Jan 7, 2026
72fb9d6
fix(async-agents): replace completion icon with standard checkmark/cross
Jan 7, 2026
a6aa47f
fix(async-agents): remove icon from completion UI and use text prefix
Jan 7, 2026
4db7edc
fix(async-agents): fix runtime crash by safely handling tool part sta…
Jan 7, 2026
f729ebb
fix(async-agents): prevent completed subtasks from re-triggering exec…
Jan 7, 2026
9678526
fix(async-agents): align subtask reminders with task UI and clarify s…
Jan 7, 2026
b47df91
fix(async-agents): clarify subtask system cues and task tool usage
Jan 7, 2026
42f7124
Fixed error bug, /finished, type safety
opencode-agent[bot] Jan 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github
67 changes: 0 additions & 67 deletions .github/ISSUE_TEMPLATE/bug-report.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/question.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/actions/setup-bun/action.yml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/publish-python-sdk.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/deploy.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/docs-update.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/duplicate-issues.yml

This file was deleted.

Loading