Skip to content

Tags: sazid/bitcode

Tags

v0.0.12

Toggle v0.0.12's commit message
Release v0.0.12

v0.0.11

Toggle v0.0.11's commit message
New spinner animation

v0.0.10

Toggle v0.0.10's commit message
Auto-clear todo list when all tasks are completed

When all todos in the list are marked as completed, automatically clear
the store and return a completion message instead of persisting the list.

Co-Authored-By: BitCode <https://github.com/sazid/bitcode>

v0.0.9

Toggle v0.0.9's commit message
Add LineCount and FileSize tools for measuring files before reading

These tools help the agent assess file size before reading to avoid
wasting context window space on large files:

- LineCount: Fast SIMD-optimized line counting using bytes.Count
  (~5-10 GB/s throughput with 1MB buffer)

- FileSize: Returns file size in bytes with human-readable format

Both tools are registered and the system prompt updated to instruct
the agent to measure files before reading large content.

Co-Authored-By: BitCode <https://github.com/sazid/bitcode>

v0.0.8

Toggle v0.0.8's commit message
Fix missing quote

v0.0.7

Toggle v0.0.7's commit message
Add system reminders for reading and updating instruction files

v0.0.6

Toggle v0.0.6's commit message
Fix release pipeline

v0.0.5

Toggle v0.0.5's commit message
Fix duplicate asset upload in release

Co-Authored-By: BitCode <https://github.com/sazid/bitcode>