Commit 3d30cfd
committed
fix: eliminate compiler warnings and apply code formatting
- Fix unused import warnings across cortex-tui, cortex-feedback, and cortex-app-server
- Remove dead code and unused variables with underscore prefix
- Replace deprecated Buffer::get_mut with cell_mut
- Fix unreachable pattern in dispatch.rs
- Add #[allow(dead_code)] for deserialization-only fields
- Apply rustfmt formatting: reorder imports, fix whitespace, standardize patterns1 parent ba1993e commit 3d30cfd
File tree
224 files changed
+988
-1138
lines changed- cortex-tui-framework
- crates/cortex-tui-terminal/src
- src
- src
- cortex-app-server/src
- api
- cortex-cli/src
- agent_cmd
- handlers
- cli
- dag_cmd
- debug_cmd/handlers
- exec_cmd
- mcp_cmd
- run_cmd
- cortex-common/src/model_presets
- cortex-core/src
- markdown
- renderer
- table
- widgets
- chat
- spinner
- cortex-engine
- examples
- src
- auth
- commands
- mcp
- rollout
- sandbox
- security
- session
- tools
- handlers
- edit_strategies
- registry
- cortex-execpolicy/src
- cortex-exec/src
- cortex-feedback/src
- cortex-gui/src-tauri
- gen/schemas
- src
- acp
- ai
- agents
- context_server
- dap
- commands
- protocol
- session
- extensions
- factory
- executor
- formatter
- fs
- git
- lsp
- client
- commands
- mcp
- remote
- repl
- settings
- terminal
- testing
- cortex-login/src
- cortex-lsp/src/downloader
- cortex-mcp-server/src
- cortex-mcp-types/src
- cortex-plugins/src/hooks
- cortex-prompt-harness/src
- cortex-sandbox/src
- cortex-skills/src
- cortex-tui-capture/src
- screenshot_generator
- mocks
- cortex-tui/src
- app
- bridge/event_adapter
- cards
- commands
- executor
- interactive/builders
- modal
- mcp_manager
- sessions
- runner
- app_runner
- event_loop
- views
- minimal_session
- widgets
- help_browser
- cortex-utils/pty/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
224 files changed
+988
-1138
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
344 | 347 | | |
345 | 348 | | |
346 | 349 | | |
347 | | - | |
348 | | - | |
349 | | - | |
| 350 | + | |
350 | 351 | | |
351 | 352 | | |
352 | 353 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
0 commit comments