Commit cd17180
committed
Add code-agent-sdk crate and implement code tool subcommands
- Added code-agent-sdk crate with workspace dependencies
- Created internal ApiSymbolKind enum to replace lsp_types in public API
- Added RenameResult type with edit counts for clean API
- Implemented SearchSymbols, FindReferences, GotoDefinition, RenameSymbol, FormatCode
- Updated MCP server and CLI to use internal types
- All compilation successful, 25/45 Phase 12 tasks complete1 parent 9c571bd commit cd17180
File tree
70 files changed
+11996
-9
lines changed- crates
- chat-cli
- src
- cli
- chat
- cli
- tools
- experiment
- database
- code-agent-sdk
- config
- docs
- api
- architecture
- guides
- src
- bin
- cli
- config
- lsp
- mcp
- model
- sdk
- services
- utils
- tests
- e2e
- samples
- rustSample
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+11996
-9
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments