Skip to content

Commit 87a6c7b

Browse files
author
Factory Bot
committed
docs: add CHANGELOG for v0.0.5
1 parent 2014ab4 commit 87a6c7b

1 file changed

Lines changed: 73 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,76 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10-
<!-- Releases will be documented here -->
10+
## 0.0.5
11+
12+
### Added
13+
- Added interactive /agents command for agent management with full TUI support
14+
- Added interactive /mcp panel for centralized MCP server management
15+
- Added multi-step wizard for adding MCP servers with guided configuration
16+
- Added --debug flag to write all trace logs to ./debug.txt for troubleshooting
17+
- Added async loading panels for /billing and /account commands
18+
- Added artifact system for large tool outputs to prevent payload errors
19+
- Added real-time todos display for subagents during task execution
20+
- Added mouse hover and click support for interactive mode
21+
- Added scrollbar click-drag scrolling and hover interaction in TUI
22+
- Added scrollbar support to dropdown menus
23+
- Added TUI capture and snapshot testing framework for debugging
24+
- Added TUI backtracking, file mentions, and external editor support (Ctrl+G)
25+
- Added custom slash commands and agents system
26+
- Added Plan Mode & Spec Mode system for structured task execution
27+
- Added session favorites, tags, sharing, and search functionality
28+
- Added multi-agent collaboration system with orchestrator support
29+
- Added mandatory planning phase and final summary for orchestrator subagents
30+
- Added hooks system with async events and LLM prompts
31+
- Added advanced network proxy SSRF protection and sandbox modes
32+
- Added session filtering and date filtering options
33+
- Added styled output with theme-aware colors
34+
- Added colorful styled help output with categorized options
35+
- Added support for agent.md format (.agents/, .agent/) for agents and skills
36+
- Added fault tolerance and robust defaults for corrupted config files
37+
38+
### Fixed
39+
- Fixed agent creation to be fully automated when using --generate flag
40+
- Fixed subagent max iterations increased from 10 to 500 for complex tasks
41+
- Fixed subagent silent errors with improved logging
42+
- Fixed subagent crash error messages now properly propagated
43+
- Fixed false 'task crashed' errors due to race condition
44+
- Fixed subagent fallback response when no text output is produced
45+
- Fixed subagent display format with proper timer tracking
46+
- Fixed 'Starting...' status changed to 'Processing request...' for clarity
47+
- Fixed HTTP 413 payload errors by displaying todos separately
48+
- Fixed frame capture rate limited to max 1 frame per second
49+
- Fixed paste functionality in MCP server configuration modal
50+
- Fixed MCP panel navigation to return after adding server
51+
- Fixed MCP servers enabled by default after creation
52+
- Fixed content ordering and streaming cursor display
53+
- Fixed tool handler names aligned with registry expectations
54+
- Fixed false session expiration during the last hour
55+
- Fixed auth token reload into provider_manager after login
56+
- Fixed expired token removal to prevent 'Already Logged In' dialog
57+
- Fixed auto-redirect to login on session expiration
58+
- Fixed scrollbar position to reflect viewport, not selection
59+
- Fixed missing slash commands registration (init, commands, agents, share)
60+
- Fixed full Unicode symbols preservation in TUI frame capture
61+
- Fixed Windows Credential Manager 2560-byte BLOB size limit
62+
- Fixed logout to clear all storage locations including fallback
63+
- Fixed Windows keyring issues with fallback storage
64+
- Fixed stale credentials cleared before saving new auth tokens
65+
- Fixed context window configuration options exposed in default config
66+
- Fixed model alias resolution in ACP server command
67+
- Fixed dark green colors replaced with standard theme colors
68+
- Fixed bold text color changed from blue to green in markdown
69+
- Fixed AccessibilityHelp dialog no longer interferes with typing '?'
70+
- Fixed terminal stream closure handling and memory leak prevention
71+
- Fixed terminal duration metadata handling with defensive utilities
72+
73+
### Changed
74+
- Changed MCP management from modal popup to inline card UI
75+
- Changed CLI output to remove emojis for cleaner terminal display
76+
- Changed error messages and logs to remove emojis
77+
- Changed agents TUI with improved navigation
78+
- Changed subagent display to Factory-style todos format
79+
- Changed tool handlers to remove deprecated handlers and fix naming
80+
- Changed 'droid' renamed to 'agent' throughout codebase
81+
- Changed settings to persist in ~/.cortex on Linux/macOS
82+
- Changed MCP server configurations to persist to local data directory

0 commit comments

Comments
 (0)