Tomi Eckert tomi
  • Budapest, HU
  • Joined on 2025-03-15
tomi pushed to main at tomi/hana-scripts 2026-03-12 21:24:07 +00:00
7495ebcd78 refactor(monitoring): remove hardcoded tool paths
tomi pushed to main at tomi/hana-scripts 2026-03-12 21:18:34 +00:00
0beef6fa48 refactor(monitoring): simplify monitoring scripts and remove state tracking
tomi pushed to main at tomi/hana-scripts 2026-03-12 20:52:54 +00:00
cf5b81889d refactor(monitoring): simplify notification system and remove auto-cleanup
5a92bc4e93 chore(cleanup): update auto-delete directories
8e0ba1878f refactor(cleanup): generalize cleanup beyond logs
a5553067b6 add installer
Compare 4 commits »
tomi pushed to main at tomi/hana-scripts 2026-03-12 19:12:54 +00:00
e7c4142294 initial commit
tomi created branch main in tomi/hana-scripts 2026-03-12 19:12:54 +00:00
tomi created repository tomi/hana-scripts 2026-03-12 19:12:42 +00:00
tomi pushed to main at tomi/AnchorCli 2026-03-11 23:49:19 +00:00
fe006a5256 feat: make cursor visible on exit
tomi pushed to main at tomi/AnchorCli 2026-03-11 23:04:45 +00:00
ef30a2254b chore: update .gitignore
tomi pushed to main at tomi/AnchorCli 2026-03-11 15:59:13 +00:00
1e943e6566 refactor: apply Single Responsibility Principle to Program.cs and ReplLoop.cs
tomi pushed to main at tomi/Scripts 2026-03-11 14:02:56 +00:00
b22f275b2d feat: add ports for version 2602
tomi pushed to main at tomi/AnchorCli 2026-03-11 13:28:41 +00:00
ccfa7e1b9d chore: Remove obsolete planning and documentation files.
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.