Skip to content

Commit e474422

Browse files
committed
feat(agents): expand SDK integration and enhance tool presentation
- Integrate OpenCode SDK v2 with oneShot, probe, and session management - Expand canonical mappings for Claude and Codex agents - Enhance tool display, grouping, and error handling in UI - Add plan aggregation module for coordinating tool outputs
1 parent 77324ec commit e474422

91 files changed

Lines changed: 6059 additions & 20014 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818
"Bash(git checkout *)",
1919
"Bash(npx tsc *)",
2020
"Bash(pnpm run *)",
21-
"Read(//tmp/**)"
21+
"Read(//tmp/**)",
22+
"Bash(Get-ChildItem -Path \"C:\\\\Users\\\\sdsle\\\\work\\\\lightcode\\\\src\\\\renderer\\\\components\" -Directory)",
23+
"Bash(Get-ChildItem -Path \"C:\\\\Users\\\\sdsle\\\\work\\\\lightcode\" -Recurse -Directory -Depth 2)",
24+
"Bash(grep -v \"^\\\\.$\\\\|^\\\\.\\\\.\")",
25+
"Bash(grep -i \"tsx$\")",
26+
"Bash(git log *)"
2227
]
2328
}
2429
}

0 commit comments

Comments
 (0)