Commit graph

22 commits

Author SHA1 Message Date
Claude Code
237cbf9f0e feat(model-client): Add Claude model adapter, CLI integration for chat/init commands, and training capabilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 17:34:42 -07:00
Lilith
7a7c85f053 feat(imajin): Add creative generation tool with XML parsing, CLI integration, and registration system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:25:29 -07:00
Lilith
16a5c1d42b fix(agent-core): 🐛 Fix settings loader validation and processing logic for consistent behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:09:30 -07:00
Lilith
694862ae17 chore(agent-core): 🔧 Add new settings constants and update loader to use them
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:07:45 -07:00
Lilith
204671cd47 feat(bash): Add sandboxing capabilities for secure bash tool execution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 05:48:46 -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
e6fe711f85 feat(complexity): Implement complexity analysis feature with client-side ModelBossClient, shared model types, and API integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-09 01:40:41 -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
cd562e5827 feat(agent-core): Add multi-turn conversation handling, complexity analysis, and model coordination capabilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 18:27:44 -07:00
Lilith
64214cb1b0 feat(complexity): Implement complexity analysis feature with core analyzer, model client integration, and API module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 18:15:36 -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
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
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
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
b390630379 feat(tool-protocol): Add ToolProtocol interfaces, registry implementation, and training data session collection
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-05 19:08:59 -08:00
Lilith
04b19c4d9c feat(agent-core): Introduce ConversationLoop with state management, refactor ModelBossClient for orchestration, and extend shared types for messages/sessions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-05 19:08:59 -08:00
Lilith
e0e0bf683a deps-upgrade(typescript-typescript): ⬆️ Update TypeScript compiler settings and ignored files for build consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-05 19:08:59 -08:00
Lilith
6796bf672a deps-upgrade(dependencies-package.json): ⬆️ Update all dependencies to latest compatible versions in pnpm-lock.yaml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-05 19:08:59 -08:00