Commit graph

33 commits

Author SHA1 Message Date
Lilith
5ff265d849 feat(cli): Add chat command and interactive REPL session support for CLI chat interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 19:39:53 -07:00
Lilith
85da4bad1b feat(cli): Implement chat command functionality and add related type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 19:33:17 -07:00
Lilith
84c53a4696 feat(cli): Add chat, eval, and session CLI commands with interactive REPL UI and model client integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 19:21:05 -07:00
Lilith
eea82fa32c feat(cli): Add streaming chat message rendering and improve REPL session output handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 18:26:48 -07:00
Lilith
59877cd45f feat(cli-ui): Add diff-rendering support for CLI reflection commands to compare nested state structures
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 18:21:43 -07:00
Lilith
e29f3cae21 feat(cli): Introduce slash-command system, mode indicator, and chat capabilities for interactive CLI REPL
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 18:20:28 -07:00
Lilith
8c281308b0 feat(agent-core): Add chat CLI command and context handling for agent interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 16:16:17 -07:00
Lilith
5b59dbdc6f feat(evaluator-significant): Add evaluator CLI command with symbol extraction and training evaluation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 13:17:32 -07:00
Lilith
f92abe4c26 feat(training): Implement improved training evaluation logic for enhanced assessment accuracy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 01:42:45 -07:00
Lilith
27977d2650 feat(cli): Add interactive chat session support and enhance error handling in the eval command
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 01:39:10 -07:00
Lilith
e25f5eea4b feat(flight-recorder): Add persistent flight recording entity with PostgreSQL storage, API endpoints, and CLI integration for agent activity logging
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 18:57:34 -07:00
Lilith
5d8989610d feat(flight-recorder): Implement FlightRecorder, FlightReader, and JsonlStore for debugging agent behavior with CLI integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 18:33:40 -07:00
Lilith
9cdb26dc8c feat(agent-core/transcript): Add transcript writer and flight recorder CLI functionality with REPL integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 16:30:38 -07:00
Lilith
fb48d72b83 feat(agent-core-hooks): Implement spell-fix hook, update hook execution system, extend type definitions, and add chat CLI command
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 15:10:33 -07:00
Lilith
6d895094f7 feat(agent-core): Add multimodal processing with voice interaction, chat commands, session management, notifications, and built-in hooks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 06:31:04 -07:00
Lilith
4ed8f9eee6 feat(code-search): Implement semantic search tool with embedding indexer, integrate conversation loop, and add CLI commands and types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 06:25:19 -07:00
Lilith
0b099fb256 feat(agent-core): Add browser and code search tools with semantic search, enhance conversation handling and token management, and update CLI chat command and stream renderer UI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 06:19:40 -07:00
Lilith
a201061d7f feat(agent-core): Implement background agent system with checkpointing, sub-agent coordination, and CLI streaming support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 06:13:37 -07:00
Lilith
85bb9037ea feat(agent-core): Introduce worktree management and enhance skill execution with new SkillExecutor class and sub-agent integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 06:07:54 -07:00
Lilith
b34a678ef4 arch(agent-core): 🏗️ Refactor agent memory management with modular MemoryManager and Skill/ToolExecutor abstractions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 06:02:15 -07:00
Lilith
a844d57955 feat(agent-core): Add instruction context builder, system prompt handling, headless permission resolver, and CLI command for headless execution mode with test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 05:56:38 -07:00
Lilith
162af4ce43 feat(agent-core): Add strategic planning and reflection features with new CLI commands and enhanced presentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 01:05:54 -08:00
Lilith
4fa216d75b feat(agent-core): Add enhanced team coordination, advanced JSON parsing, new message formatting, improved model inference, and expanded tool execution with REPL UI support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 00:59:58 -08:00
Lilith
7411e39cbc feat(sub-agent): Implement sub-agent context management, CLI commands, tool registry, and streaming UI renderer
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-07 23:07:55 -08:00
Lilith
f0b1d08a34 feat(cli): Add new training parameters and improve validation/error handling for the CLI training command
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-07 22:04:58 -08:00
Lilith
abd413ced7 feat(training): Add training pipeline with data-collector, evaluator, feedback system, CLI training command, and API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-07 21:57:12 -08:00
Lilith
052b769cf0 test(tests): Add/update test cases and configurations in __tests__ directories for health, model-client, session-manager, shared, tool-protocol, training-data, api, cli, web, git, lsp, mcp-bridge, and evaluator modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 18:02:55 -08:00
Lilith
132961085d feat(cli-cli): Add session management command with stream/markdown/plan renderers, update DataTable UI, and enhance routing for cross-platform compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 17:25:02 -08:00
Lilith
e5f3d2a9cc feat(training): Implement training pipeline with data collection, evaluation, quality filtering, and CLI support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 17:09:21 -08:00
Lilith
a1b57d7f70 feat(agent-core): Add planner, verifier, complexity-analyzer, context-cache, error-recovery, and rollback components with CLI support and MCP bridge integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 16:51:59 -08:00
Lilith
1b99c81193 feat(cli-commands): Add chat command implementation with stream rendering and CLI enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 16:43:05 -08:00
Lilith
fa25ce2db2 feat(cliweb): Add kthulu chat command and web interface for chat feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 00:30:28 -08:00
Lilith
1921c31838 feat(cli-component): Add chat, model, and session CLI commands with global config updates and spinner UI improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-05 19:08:59 -08:00