Commit graph

151 commits

Author SHA1 Message Date
Claude Code
4793a038ea feat(imajin-feature): Add creative delegate tool for iterative design workflows with optimized model-client adapter and type improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-06 21:20:04 -07:00
Claude Code
8b54d631a9 feat(model-client): Update model client adapter and type definitions to support enhanced model operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-24 06:06:03 -07:00
Claude Code
213fe7f0bd deps-upgrade(model-client): ⬆️ Update dependencies in model-client to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-24 06:06:03 -07:00
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
Claude Code
acac2ec122 deps-upgrade(model-client): ⬆️ Update dependencies in model-client package
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 17:34:42 -07:00
Lilith
f19463131d feat(cli): Add chat commands and register them in the CLI tool registry
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 20:53:37 -07:00
Lilith
b8e05e96f0 deps-upgrade(cli): ⬆️ Update CLI dependencies to newer versions and regenerate lockfile
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 20:53:37 -07:00
Lilith
e5f9da1265 chore(kthulu): 🔧 Update Kthulu tool configuration with build and dependency settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 20:48:25 -07:00
Lilith
f78059b144 feat(cli): Add CLI commands for training resume and export operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 20:25:55 -07:00
Lilith
79e49b2adb feat(cli): Introduce checkpoint and resume commands for CLI session management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 20:20:25 -07:00
Lilith
c3192f374b fix(training): 🐛 Fix edge case handling in transcript extraction for improved reliability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 20:14:52 -07:00
Lilith
8765b21bdc feat(data-collector): Add Claude transcript extraction and multi-language training data export utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:53:53 -07:00
Lilith
ef65d3fc88 feat(cli-ui): Add chat command UI with input handling, session management, and REPL support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:44:04 -07:00
Lilith
ab1d7b6d11 feat(cli): Implement input history, message queuing, and status line enhancements for improved CLI UX
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:38:07 -07:00
Lilith
6028c28e97 feat(cli): Introduce permission mode UI controls with configurable levels and interactive switching
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:37:24 -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
e4f1f12589 deps-upgrade(imajin): ⬆️ Update imajin tool dependencies and regenerate lock file for version compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:25:29 -07:00
Lilith
5e710bf174 feat(model-client): Introduce adaptive transformation method for nested object mapping in Adapter class
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:20:34 -07:00
Lilith
5a5883e024 fix(model-client): 🐛 Fix incorrect relationship processing in Adapter class to prevent malformed client-side model data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:19:58 -07:00
Lilith
5b118ee0a9 feat(git-extractor): Enhance Git data extraction with optimized parsing and improved error handling for training pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:03:57 -07:00
Lilith
00eeb2c11b feat(cli-ui): Improve parallel agent visualization and REPL session navigation in CLI UI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:58:36 -07:00
Lilith
1a28a8855e feat(training/data-collector): Add git history extraction to training data collection with CLI UI integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:53:23 -07:00
Lilith
a20c199872 feat(training): Add Git history extraction CLI tool for training data visualization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:53:03 -07:00
Lilith
36937e7091 deps-upgrade(agent-core): ⬆️ Update dependencies in agent-core package and refresh lockfile
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:53:03 -07:00
Lilith
1883c02e65 feat(cli): Add 7 new CLI commands for conversation management and utility operations, plus update feature comparison documentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:41:26 -07:00
Lilith
3c6129c082 feat(tools): Add Chain-of-Thought (CoT) reasoning and Imagin analysis/batch/generation capabilities with updated type definitions and adapter logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:30:31 -07:00
Lilith
8b9a8196e3 deps-upgrade(tools): ⬆️ Update cot, imajin, and rag tool versions in package.json and pnpm-lock.yaml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:30:31 -07:00
Lilith
c3aa505b90 feat(cli): Add imajin CLI tool registration and workspace dependency updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:25:18 -07:00
Lilith
bca8fb5241 deps-upgrade(cli): ⬆️ Update CLI dependencies to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:25:18 -07:00
Lilith
a180452d5f refactor(tools): ♻️ Clean up and restructure utility functions in CoT and RAG modules for better maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:24:31 -07:00
Lilith
ae02ad4e52 feat(flight-recorder): Enhance flight recorder with new event types and improved telemetry storage for agent operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:18:46 -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
aad6a45497 test(tictactoe): Add comprehensive tests for game state history tracking, including state transitions and undo functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 14:07:11 -07:00
Lilith
c6fb570eb5 feat(tictactoe): Introduce minimax AI opponent logic with game logic, board rendering, and test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 13:30:55 -07:00
Lilith
d5327f09f9 deps-upgrade(tictactoe): ⬆️ Update dependencies to latest stable versions for security and stability fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 13:30:55 -07:00
Lilith
853d790d22 test(tictactoe): Add unit tests for Tic-Tac-Toe win conditions, board state, and move validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 13:07:16 -07:00
Lilith
c6386177cc fix(tictactoe): 🐛 Fix incorrect win/draw detection logic in Game class and verify with updated tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 13:04:55 -07:00
Lilith
e22bd93b88 deps-upgrade(tictactoe): ⬆️ Update dependencies in Tic-Tac-Toe example to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 13:04:55 -07:00
Lilith
ccb44b1fe0 feat(tictactoe): Add AI opponent logic for Tic-Tac-Toe game
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 12:38:44 -07:00
Lilith
828d757981 docs(examples-examples): 📝 Add updated example code for new feature usage and fix broken examples
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 07:51:12 -07:00
Lilith
0e1e154f83 refactor(model-client): ♻️ Optimize data transformation pipeline in model adapters
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 07:04:19 -07:00
Lilith
607103bfdd deps-upgrade(agent-core): ⬆️ Update minor/patch versions of dependencies in agent-core and regenerate lockfile
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:23:08 -07:00
Lilith
9751bde235 fix(flight-recorder): 🐛 Fix flight recording event capture and replay logic for accuracy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:17:44 -07:00
Lilith
7f75a2e4a2 perf(benchmark-models): Optimize benchmarking script with new performance metrics and logic improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:11:57 -07:00
Lilith
5e7fc4ad2c chore(scripts): 🔧 Update and modify development scripts in the scripts directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:05:59 -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
a8eb7b983a perf(bash-tool): Optimize helper function loops and memory usage in bash tool utility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 04:59:43 -07:00
Lilith
ddd4684e6c feat(bash-tools): Introduce sandbox execution for bash commands to isolate processes securely
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 04:54:45 -07:00
Lilith
7461e019bf feat(model-client): Add retry logic and retry configuration types to the model client adapter
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 19:56:07 -07:00