Skip to content

Commit b1fe2f8

Browse files
committed
feat: sync CLI and GUI from cortex-app migration
- Add missing modules: dirs, http_client, path_utils (cortex-common) - Add auth_token, billing_client, workspace_scripts (cortex-engine) - Add Linear integration and prompt modules (cortex-engine) - Add create_agent and propose tool handlers - Add cortex-mcp-client crate - Add TUI login/upgrade modals and login_screen - Add cortex-gui (Tauri desktop app with SolidJS frontend) - Add cortex-plugins hooks module - Fix fetch_url tests (skip DNS resolution in tests) All 1099 tests pass.
1 parent 65aa57c commit b1fe2f8

220 files changed

Lines changed: 40538 additions & 115 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.

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ tarpaulin-report.html
3535
*.tmp
3636
*.temp
3737
.cache/
38+
39+
# GUI build artifacts
40+
cortex-gui/node_modules/
41+
cortex-gui/dist/
42+
cortex-gui/src-tauri/target/
43+
cortex-gui/src-tauri/gen/schemas/

0 commit comments

Comments
 (0)