Releases: CortexLM/cortex
Releases · CortexLM/cortex
Cortex v0.0.7
What's Changed
- fix(tui): resolve login screen freeze during browser authentication by @echobt in #2
- style: fix CI formatting issues in login_screen.rs by @echobt in #4
- feat(forge): Enhanced agent orchestration validation system with /forge command by @echobt in #5
- fix(tui): implement models:fetch-and-pick async handler by @echobt in #11
- fix(readme): update Discord badge to static badge by @echobt in #7
- fix: batch fix for cortex-cli bugs (exit codes, conflicting flags, JSON output, security) by @echobt in #3
- docs: Add comprehensive documentation for plugins, exec mode, and user guide by @echobt in #6
- feat: Dynamic system prompt architecture with cortex-prompt-harness by @echobt in #8
- feat(plugins): Complete and enhance WASM plugin system for open-source developers by @echobt in #9
- feat(chutes): add Chutes provider with dynamic TEE model validation by @echobt in #10
- fix(ci): improve macOS cache detection for Swatinem/rust-cache by @echobt in #12
- fix(security): upgrade bytes crate to fix RUSTSEC-2026-0007 by @echobt in #14
- fix(ci): add continue-on-error to audit job by @echobt in #15
- fix: /models command shows 'No models available' even when logged in by @echobt in #16
- fix(tui): display user-friendly error for insufficient balance (402) by @echobt in #17
- Display backend error messages in red by @echobt in #18
- test(plugins): comprehensive plugin system tests and improvements by @echobt in #19
- feat(prompts): implement skill-based dynamic prompt architecture by @echobt in #21
- fix(session): increase default session timeout to 1 week by @echobt in #30
- feat(commands): consolidate /model into /models and persist model selection by @echobt in #24
- feat(tui): remove toast notifications by @echobt in #22
- fix(tools): align Plan tool handler with schema definition by @echobt in #23
- feat: consolidated streaming and timeout improvements by @echobt in #90
- feat: implement proper LLM request cancellation on ESC by @echobt in #95
- fix: reset 'Working x seconds' timer when new prompt is submitted by @echobt in #96
- fix: improve response timeout error message with user-friendly description by @echobt in #94
- refactor: replace unsafe unwrap() calls with expect() containing context by @echobt in #93
- fix: implement proper unicode-aware word wrapping for text overflow by @echobt in #97
- chore(release): bump version to 0.0.7 by @echobt in #98
- fix(ci): add libasound2-dev dependency for Linux release builds by @echobt in #99
- fix(ci): disable audio feature for musl static builds by @echobt in #100
- fix(ci): properly disable audio feature for musl builds by @echobt in #101
- fix(ci): use native musl toolchain for arm64 static builds by @echobt in #115
Full Changelog: https://github.com/CortexLM/cortex/commits/v0.0.7