Tomi Eckert tomi
  • Budapest, HU
  • Joined on 2025-03-15
tomi pushed to main at tomi/AnchorCli 2026-03-11 13:22:48 +00:00
c9515a822d feat: add new input processors (readline), add new figlet font
75bbdda37d feat: enable UTF-8 encoding for console, and fix tool log formatting
Compare 2 commits »
tomi pushed to main at tomi/AnchorCli 2026-03-11 12:56:07 +00:00
46d32c43ba feat: update tool logs to be more coherent
35c8840ed4 refactor: Use collection expressions and add explicit names for AI tool registration.
Compare 2 commits »
tomi pushed to main at tomi/AnchorCli 2026-03-06 22:44:22 +00:00
e2ab10813c Refactor README to condense content, move detailed sections to external documentation files, and update slash commands.
tomi pushed to main at tomi/AnchorCli 2026-03-06 22:43:03 +00:00
acc04af4bc docs: restructure README, move detailed content to docs/ directory
tomi pushed to main at tomi/AnchorCli 2026-03-06 07:40:16 +00:00
977d772229 feat: decreased deduplication amount of read results from 5 to 3
tomi pushed to main at tomi/AnchorCli 2026-03-06 07:32:43 +00:00
a776d978ea feat: saving token data to sessions
tomi pushed to main at tomi/AnchorCli 2026-03-06 07:13:45 +00:00
91a44bb2a4 feat: add version string to startup and status menu
tomi pushed to main at tomi/AnchorCli 2026-03-06 02:22:13 +00:00
f687360c2b feat: document new batch editing feature in README.md
tomi pushed to main at tomi/AnchorCli 2026-03-06 02:20:53 +00:00
4fbbde32e3 feat: add EditTools.cs to implement file manipulation functions like replace_lines, delete_range, and batch_edit, updating README.md to reflect new tools and command descriptions.
tomi pushed to main at tomi/AnchorCli 2026-03-06 02:08:02 +00:00
8f2c72b3c5 docs: add batch_edit tool and load/save commands to README
tomi pushed to main at tomi/AnchorCli 2026-03-06 02:04:39 +00:00
829ba7a7f2 feat: Update chat session instructions to recommend batch editing for multiple operations.
8b48b0f866 feat: Add file editing tools with replace, delete, move, and write operations, featuring hashline anchor validation and input sanitization.
82ef63c731 feat: Introduce robust hashline anchor validation and new editing tools.
119e623f5a I need the actual code changes (diff) to generate an accurate and informative commit message.
e98cd3b19c feat: Add commands and functionality to save and load chat sessions.
Compare 5 commits »
tomi pushed to main at tomi/AnchorCli 2026-03-06 00:23:25 +00:00
50414e8b8c feat: introduce FileTools for LLM-accessible file system operations including read, list, find, and grep.
003345edc0 feat: consolidate file write, move, grep, and delete operations into unified tools and update context compaction heuristics
7a6e9785d6 feat: Introduce EditTools with file manipulation functions, replacing RenameFile and CopyFile with MoveFile in ToolRegistry.
1af1665839 feat: Add file editing and manipulation tools with Hashline anchor validation and integrate them into the tool registry.
Compare 4 commits »
tomi pushed to main at tomi/AnchorCli 2026-03-05 21:10:59 +00:00
112f1f3202 docs: Document planned architectural refactor and tool consolidation.
c7e7976d9d feat: Introduce a pluggable LLM provider system with token extraction, pricing, and updated setup configuration.
4476cc7f15 docs: Add a detailed plan for multi-provider support, including pricing and token tracking strategies.
Compare 3 commits »
tomi pushed to main at tomi/AnchorCli 2026-03-05 11:58:29 +00:00
f2c3e5032d feat: update setup TUI with new configuration options and improved user prompts.
tomi pushed to main at tomi/AnchorCli 2026-03-05 11:52:13 +00:00
941894761a feat: Implement OpenRouter API client for managing headers and retrieving model pricing.
5fb914dbc8 feat: Add OpenRouter API integration for model pricing and headers.
Compare 2 commits »
tomi pushed to main at tomi/AnchorCli 2026-03-05 11:28:26 +00:00
de6a21fb5a feat: Relax deduplication in ContextCompactor to retain up to 3 file reads
tomi pushed to main at tomi/AnchorCli 2026-03-04 21:24:15 +00:00
ed897aeb01 feat: Introduce a /reset command to clear the chat session and token tracking, and update documentation.
tomi pushed to main at tomi/AnchorCli 2026-03-04 15:23:13 +00:00
d7a94436d1 feat: Add file editing tools with anchor validation and improve context compaction by redacting stale ReadFile results based on deduplication and time-to-live.
tomi pushed to main at tomi/AnchorCli 2026-03-04 13:55:42 +00:00
31cf7cb4c1 feat: Introduce Hashline encoding/validation, implement core REPL and chat session logic, and establish initial project structure with a license and editor configuration.
tomi pushed to main at tomi/AnchorCli 2026-03-04 11:11:43 +00:00
928ca8c454 feat: add TokenTracker for managing token usage, costs, and context.
c6b87a5ce7 feat: Add SetupCommand to run an interactive setup wizard.
e6a607f3c4 feat: update README to reflect model pricing display, enhanced context compaction, and new interactive/JSON-based configuration.
Compare 3 commits »