Skip to content

v0.4

Choose a tag to compare

@moliam moliam released this 23 Jun 13:48

TimemAi v0.4

TimemAi is a lightweight local agent for everyday work. It combines an LLM conversation loop, guarded Bash command execution, and local multidimensional structured memory so it can inspect your working environment, help with files and commands, and remember useful context across sessions.

  • Add README banner and project positioning: Bash, Memory, Time-aware.
  • Publish standalone Timem shell package with install/update/uninstall workflow.
  • Use explicit env sourcing via env_template and document cargo run for latest local builds.
  • Add gateway provider/API protocol/base URL configuration and startup config banner.
  • Improve prompt delta/slice handling, shrink accounting, cache marker display, and audit paths.
  • Harden LLM protocol parsing for escaped/variant model outputs.
  • Harden terminal approval/input recovery so paste, arrows, Ctrl-C, and CR control sequences do not corrupt shell input.
  • Clean release examples so local machine paths, env files, audit logs, and data files are not tracked.

Validation: cargo test -p agent_core and cargo test -p timem_shell passed before this v0.4 update.