Skip to content

Cortex CLI v0.0.6

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jan 01:04
· 73 commits to master since this release
42faa44

What's Changed

  • fix(editor): resolve TypeScript errors in editor component tests by @echobt in #353
  • fix(tui): enable right-click copy anywhere when text is selected by @echobt in #355
  • docs: CLI Performance Analysis Report - 5s Startup Delay Investigation by @echobt in #357
  • fix: batch merge of bug fixes (PRs #197, #232, #236, #243, #245, #246, #249, #251, #252, #254) by @echobt in #358
  • perf: remove unused tiktoken-rs and chromiumoxide dependencies by @echobt in #359
  • fix: batch merge of bug fixes (PRs #255, #256, #257, #258, #260, #261, #262, #264, #265, #268) by @echobt in #360
  • fix: batch merge of bug fixes (PRs #277, #280, #283) by @echobt in #361
  • fix(gui): resolve action gaps and frontend-backend command mismatches by @echobt in #362
  • fix(gui): implement missing Tauri backend commands for action gap fixes by @echobt in #363
  • fix: batch merge of bug fixes (PRs #281, #284, #286, #287, #288, #289) by @echobt in #364
  • fix(gui): implement missing Tauri backend commands for deep audit by @echobt in #365
  • fix: batch merge of bug fixes (PRs #271, #273, #279) by @echobt in #366
  • fix(gui): implement missing Tauri backend commands for deep audit (#366) by @echobt in #367
  • fix: batch merge of TUI fixes (PRs #2782-#2792) by @echobt in #368
  • fix: batch merge of bounty fixes (PRs #2743-#2755) by @echobt in #369
  • fix: batch merge of bounty fixes (PRs #2805-#2817) by @echobt in #371
  • fix(gui): implement missing Tauri backend commands for action gaps audit by @echobt in #374
  • fix: batch merge of bounty fixes (PRs #2818-#2834) by @echobt in #376
  • docs: add Session 5 competitive analysis to AMELIORATIONS.md by @echobt in #375
  • fix: batch merge of bounty fixes (PRs #2794-#2804) by @echobt in #377
  • fix: batch merge of bounty fixes (PRs #2174-#2201) by @echobt in #381
  • docs: add Session 6 competitive analysis to AMELIORATIONS.md by @echobt in #382
  • [skip ci] fix: batch fixes for issues #1979, 1980, 1981, 1983, 1985, 1987, 1988, 1989, 1991, 1993 by @echobt in #370
  • docs: add Session 7 competitive analysis to AMELIORATIONS.md by @echobt in #387
  • [skip ci] fix: batch fixes for issues #1958, #1959, #1960, #1961, #1962, #1965, #1966, #1968, #1969, #1970 by @echobt in #372
  • [skip ci] fix: batch fixes for issues #1911, 1913, 1915, 1916, 1917, 1919, 1920, 1921, 1922, 1923 by @echobt in #373
  • [skip ci] fix: batch fixes for issues #1924, #1925, #1927, #1928, #1930, #1931, #1933, #1934, #1935 by @echobt in #378
  • fix: hamburger menu now uses Figma-themed dropdown by @echobt in #388
  • [skip ci] fix: batch fixes for issues #2039, 2041, 2043, 2044, 2046, 2048, 2053, 2055, 2056, 2057 by @echobt in #379
  • [skip ci] fix: batch fixes for issues #2008, 2019, 2020, 2021, 2022, 2025, 2026, 2027, 2033, 2038 by @echobt in #380
  • docs: update AMELIORATIONS.md with actual Cortex-CLI features by @echobt in #389
  • [skip ci] fix: batch fixes for issues #1994, 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006 by @echobt in #383
  • fix: batch fixes for issues #2782, 2783, 2784, 2785, 2786, 2788, 2789, 2790, 2791, 2792 [skip ci] by @echobt in #391
  • [skip ci] fix: batch fixes for issues #2756, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766 by @echobt in #392
  • fix: batch fixes for issues #2743, 2744, 2745, 2746, 2749, 2750, 2751, 2752, 2754, 2755 [skip ci] by @echobt in #396
  • [skip ci] fix: batch fixes for issues #2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328 by @echobt in #397
  • docs: update AMELIORATIONS.md and ORCHESTRATE agents based on current codebase state by @echobt in #410
  • fix: resolve compilation issues and pre-existing bugs by @echobt in #411
  • [skip ci] fix: batch fixes for issues #2074, 2075, 2077, 2078, 2080, 2082, 2083, 2086, 2088, 2089 by @echobt in #399
  • feat(commands): implement Auto-AGENTS.md orchestration state system by @echobt in #412
  • feat(agents): implement task DAG executor with parallel execution by @echobt in #413
  • feat: implement live task progress tracking for CLI by @echobt in #414
  • feat: implement skills system for CLI by @echobt in #415
  • feat: implement auto-compaction CLI for intelligent data cleanup by @echobt in #416
  • feat: implement bi-directional Linear/Jira integration by @echobt in #421
  • feat(slack): implement full Slack integration for CLI by @echobt in #420
  • feat: implement Task DAG CLI system with parallel execution by @echobt in #418
  • feat(sdk): Complete TypeScript SDK for CLI integration by @echobt in #423
  • feat(agents): implement background agents and async messaging system by @echobt in #419
  • fix: remove TODOs and implement production-ready code by @echobt in #425
  • feat: update all cargo dependencies to latest versions by @echobt in #426
  • feat(tui): register missing slash commands for autocompletion by @echobt in #427
  • fix(gui): Fix Windows titlebar buttons not showing in production build by @echobt in #428
  • fix(gui): comprehensive cleanup of child processes on Windows exit by @echobt in #429
  • refactor: centralize common utilities and remove duplicates by @echobt in #430
  • refactor: consolidate truncate functions to use cortex-common by @echobt in #431
  • ci: migrate all workflows to Blacksmith runners for faster builds by @echobt in #432
  • build(deps): bump hono from 4.11.3 to 4.11.7 in /cortex-gui/mcp-server by @dependabot[bot] in #356
  • build(deps): bump seroval and solid-js in /cortex-gui by @dependabot[bot] in #354
  • build(deps): bump diff from 8.0.2 to 8.0.3 in /cortex-gui by @dependabot[bot] in #352
  • build(deps): bump crossbeam-channel from 0.5.14 to 0.5.15 in /cortex-gui/src-tauri/window-vibrancy by @dependabot[bot] in #351
  • refactor: centralize HTTP client and extract TUI handlers for modularity by @echobt in #436
  • chore(deps): update dependencies to latest versions by @echobt in #437
  • fix(ci): replace rustsec/audit-check with actions-rust-lang/audit by @echobt in #438
  • fix(ci): override RUSTFLAGS for audit job to fix stable toolchain compatibility by @echobt in #439
  • refactor(cortex-cli): centralize utilities into modular structure by @echobt in #465
  • perf(cortex-gui): Optimize Tauri app with async patterns and reduced dependencies by @echobt in #466
  • feat(tui): add cortex-tui-components crate for standardized UI components by @echobt in #467
  • refactor(cortex-cli): eliminate code duplication using centralized utilities by @echobt in #468
  • feat(tui-components): add ASCII preview generator and UI documentation by @echobt in #469
  • fix: convert all blocking TUI operations to async with loading indicators by @echobt in #470
  • refactor(cortex-cli): add modular CLI structure and centralized utilities by @echobt in #471
  • fix: resolve compilation errors in cortex-tui-components and cortex-agents by @echobt in #472
  • fix(cortex-cli): fix failing tests in glob_match and test_redact_sensitive_value by @echobt in #473
  • perf(cortex-tui): optimize TUI startup by deferring HTTP requests to background by @echobt in #474
  • build(deps): bump lru from 0.12.5 to 0.16.3 by @echobt in #475
  • fix(tui): wait for /me API response before displaying TUI by @echobt in #476
  • fix(cortex-collab): track pending reservations in Guards spawn slot limit by @echobt in #477
  • fix(cortex-common): fix flaky signal_safety and cwd_guard tests by @echobt in #478
  • fix(tests): fix multiple failing tests across crates by @echobt in #479
  • fix(cortex-common): fix Windows test compatibility for cwd_guard, dirs, and path_utils by @echobt in #480
  • fix(cortex-common): fix validate_path_safe macOS symlink resolution by @echobt in #481
  • fix(tests): fix Windows CI test failures for cwd_guard and styled_output by @echobt in #482
  • chore: bump CLI version to 0.0.6 by @echobt in #483

New Contributors

Full Changelog: cli-v0.0.5...cli-v0.0.6

What's Changed

  • fix(editor): resolve TypeScript errors in editor component tests by @echobt in #353
  • fix(tui): enable right-click copy anywhere when text is selected by @echobt in #355
  • docs: CLI Performance Analysis Report - 5s Startup Delay Investigation by @echobt in #357
  • fix: batch merge of bug fixes (PRs #197, #232, #236, #243, #245, #246, #249, #251, #252, #254) by @echobt in #358
  • perf: remove unused tiktoken-rs and chromiumoxide dependencies by @echobt in #359
  • fix: batch merge of bug fixes (PRs #255, #256, #257, #258, #260, #261, #262, #264, #265, #268) by @echobt in #360
  • fix: batch merge of bug fixes (PRs #277, #280, #283) by @echobt in #361
  • fix(gui): resolve action gaps and frontend-backend command mismatches by @echobt in #362
  • fix(gui): implement missing Tauri backend commands for action gap fixes by @echobt in #363
  • fix: batch merge of bug fixes (PRs #281, #284, #286, #287, #288, #289) by @echobt in #364
  • fix(gui): implement missing Tauri backend commands for deep audit by @echobt in #365
  • fix: batch merge of bug fixes (PRs #271, #273, #279) by @echobt in #366
  • fix(gui): implement missing Tauri backend commands for deep audit (#366) by @echobt in #367
  • fix: batch merge of TUI fixes (PRs #2782-#2792) by @echobt in #368
  • fix: batch merge of bounty fixes (PRs #2743-#2755) by @echobt in #369
  • fix: batch merge of bounty fixes (PRs #2805-#2817) by @echobt in #371
  • fix(gui): implement missing Tauri backend commands for action gaps audit by @echobt in #374
  • fix: batch merge of bounty fixes (PRs #2818-#2834) by @echobt in #376
  • docs: add Session 5 competitive analysis to AMELIORATIONS.md by @echobt in #375
  • fix: batch merge of bounty fixes (PRs #2794-#2804) by @echobt in #377
  • fix: batch merge of bounty fixes (PRs #2174-#2201) by @echobt in #381
  • docs: add Session 6 competitive analysis to AMELIORATIONS.md by @echobt in #382
  • [skip ci] fix: batch fixes for issues #1979, 1980, 1981, 1983, 1985, 1987, 1988, 1989, 1991, 1993 by @echobt in #370
  • docs: add Session 7 competitive analysis to AMELIORATIONS.md by @echobt in #387
  • [skip ci] fix: batch fixes for issues #1958, #1959, #1960, #1961, #1962, #1965, #1966, #1968, #1969, #1970 by @echobt in #372
  • [skip ci] fix: batch fixes for issues #1911, 1913, 1915, 1916, 1917, 1919, 1920, 1921, 1922, 1923 by @echobt in #373
  • [skip ci] fix: batch fixes for issues #1924, #1925, #1927, #1928, #1930, #1931, #1933, #1934, #1935 by @echobt in #378
  • fix: hamburger menu now uses Figma-themed dropdown by @echobt in #388
  • [skip ci] fix: batch fixes for issues #2039, 2041, 2043, 2044, 2046, 2048, 2053, 2055, 2056, 2057 by @echobt in #379
  • [skip ci] fix: batch fixes for issues #2008, 2019, 2020, 2021, 2022, 2025, 2026, 2027, 2033, 2038 by @echobt in #380
  • docs: update AMELIORATIONS.md with actual Cortex-CLI features by @echobt in #389
  • [skip ci] fix: batch fixes for issues #1994, 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006 by @echobt in #383
  • fix: batch fixes for issues #2782, 2783, 2784, 2785, 2786, 2788, 2789, 2790, 2791, 2792 [skip ci] by @echobt in #391
  • [skip ci] fix: batch fixes for issues #2756, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766 by @echobt in #392
  • fix: batch fixes for issues #2743, 2744, 2745, 2746, 2749, 2750, 2751, 2752, 2754, 2755 [skip ci] by @echobt in #396
  • [skip ci] fix: batch fixes for issues #2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328 by @echobt in #397
  • docs: update AMELIORATIONS.md and ORCHESTRATE agents based on current codebase state by @echobt in #410
  • fix: resolve compilation issues and pre-existing bugs by @echobt in #411
  • [skip ci] fix: batch fixes for issues #2074, 2075, 2077, 2078, 2080, 2082, 2083, 2086, 2088, 2089 by @echobt in #399
  • feat(commands): implement Auto-AGENTS.md orchestration state system by @echobt in #412
  • feat(agents): implement task DAG executor with parallel execution by @echobt in #413
  • feat: implement live task progress tracking for CLI by @echobt in #414
  • feat: implement skills system for CLI by @echobt in #415
  • feat: implement auto-compaction CLI for intelligent data cleanup by @echobt in #416
  • feat: implement bi-directional Linear/Jira integration by @echobt in #421
  • feat(slack): implement full Slack integration for CLI by @echobt in #420
  • feat: implement Task DAG CLI system with parallel execution by @echobt in #418
  • feat(sdk): Complete TypeScript SDK for CLI integration by @echobt in #423
  • feat(agents): implement background agents and async messaging system by @echobt in #419
  • fix: remove TODOs and implement production-ready code by @echobt in #425
  • feat: update all cargo dependencies to latest versions by @echobt in #426
  • feat(tui): register missing slash commands for autocompletion by @echobt in #427
  • fix(gui): Fix Windows titlebar buttons not showing in production build by @echobt in #428
  • fix(gui): comprehensive cleanup of child processes on Windows exit by @echobt in #429
  • refactor: centralize common utilities and remove duplicates by @echobt in #430
  • refactor: consolidate truncate functions to use cortex-common by @echobt in #431
  • ci: migrate all workflows to Blacksmith runners for faster builds by @echobt in #432
  • build(deps): bump hono from 4.11.3 to 4.11.7 in /cortex-gui/mcp-server by @dependabot[bot] in #356
  • build(deps): bump seroval and solid-js in /cortex-gui by @dependabot[bot] in #354
  • build(deps): bump diff from 8.0.2 to 8.0.3 in /cortex-gui by @dependabot[bot] in #352
  • build(deps): bump crossbeam-channel from 0.5.14 to 0.5.15 in /cortex-gui/src-tauri/window-vibrancy by @dependabot[bot] in #351
  • refactor: centralize HTTP client and extract TUI handlers for modularity by @echobt in #436
  • chore(deps): update dependencies to latest versions by @echobt in #437
  • fix(ci): replace rustsec/audit-check with actions-rust-lang/audit by @echobt in #438
  • fix(ci): override RUSTFLAGS for audit job to fix stable toolchain compatibility by @echobt in #439
  • refactor(cortex-cli): centralize utilities into modular structure by @echobt in #465
  • perf(cortex-gui): Optimize Tauri app with async patterns and reduced dependencies by @echobt in #466
  • feat(tui): add cortex-tui-components crate for standardized UI components by @echobt in #467
  • refactor(cortex-cli): eliminate code duplication using centralized utilities by @echobt in #468
  • feat(tui-components): add ASCII preview generator and UI documentation by @echobt in #469
  • fix: convert all blocking TUI operations to async with loading indicators by @echobt in #470
  • refactor(cortex-cli): add modular CLI structure and centralized utilities by @echobt in #471
  • fix: resolve compilation errors in cortex-tui-components and cortex-agents by @echobt in #472
  • fix(cortex-cli): fix failing tests in glob_match and test_redact_sensitive_value by @echobt in #473
  • perf(cortex-tui): optimize TUI startup by deferring HTTP requests to background by @echobt in #474
  • build(deps): bump lru from 0.12.5 to 0.16.3 by @echobt in #475
  • fix(tui): wait for /me API response before displaying TUI by @echobt in #476
  • fix(cortex-collab): track pending reservations in Guards spawn slot limit by @echobt in #477
  • fix(cortex-common): fix flaky signal_safety and cwd_guard tests by @echobt in #478
  • fix(tests): fix multiple failing tests across crates by @echobt in #479
  • fix(cortex-common): fix Windows test compatibility for cwd_guard, dirs, and path_utils by @echobt in #480
  • fix(cortex-common): fix validate_path_safe macOS symlink resolution by @echobt in #481
  • fix(tests): fix Windows CI test failures for cwd_guard and styled_output by @echobt in #482
  • chore: bump CLI version to 0.0.6 by @echobt in #483

New Contributors

Full Changelog: cli-v0.0.5...cli-v0.0.6