changelog

{data.name} Sami Fouad made a commit to tananetwork/tana-engine

chore: remove bun build artifact, add to gitignore

Verified
+1 -0
Dec 3

{data.name} Sami Fouad made a commit to tananetwork/tana-engine

add orange ASCII banner with version v0.5.3

-(tana-engine): adds TANA ASCII art banner in orange color before help output -(tana-engine): shows version below banner

Verified
+20 -2
Dec 3

{data.name} Sami Fouad made a commit to tananetwork/tana-engine

fix registry-aware version checking, rename to 'te' v0.5.2

-(tana-engine): getImageRef now reads registry from config.json, correctly uses GHCR images when configured -(tana-engine): status command checks Docker accessibility first, shows helpful messages for permission/daemon issues -(tana-engine): renamed program from 'tana-engine' to 'te' in CLI output

Verified
+64 -8
Dec 3

{data.name} Sami Fouad made a commit to tananetwork/tana-engine

feat(docker): add specific error messages for Docker access issues

  • Detect 'permission denied' and suggest adding user to docker group
  • Detect 'daemon not running' with platform-specific start commands
  • Detect 'docker not installed' and link to install docs
  • Shows current username in suggested commands
Verified
+58 -4
Dec 3

{data.name} Sami Fouad made a commit to tananetwork/tana-engine

refactor: use 'te' alias in user-facing command suggestions

  • Changed all suggested commands from 'tana-engine X' to 'te X'
  • Updated monitor path detection to look for 'te' binary
  • Monitor cron filtering now handles both old 'tana-engine' and new 'te' entries
  • Internal identifiers (log files, task names) remain unchanged
Verified
+23 -23
Dec 3

{data.name} Sami Fouad made a commit to tananetwork/tana-engine

fix(compose): add PENDING_DIR env var for t4 service

  • T4 needs PENDING_DIR to write pending uploads to mounted volume
  • Without this, it tries to write to container's working directory (read-only)
Verified
+1 -0
Dec 3

{data.name} Sami Fouad made a commit to tananetwork/tana-ledger

feat(ledger): run migrations automatically on startup

  • Call runMigrations() at service startup instead of via separate script
  • Services are now self-initializing - no manual migration step needed
  • Tables are created automatically on first run
Verified
+15 -2
Dec 3

{data.name} Sami Fouad made a commit to tananetwork/tana-identity

feat(identity): add auto-migrations on startup

  • Run migrations automatically when service starts
  • Follows same pattern as notifications service
  • Tries multiple paths for Docker and local dev compatibility
Verified
+56 -0
Dec 3

{data.name} Sami Fouad made a commit to tananetwork/tana-engine

fix(engine): read version from package.json v0.5.1

  • Removed hardcoded version string from main.ts
  • Now reads version dynamically from package.json
  • Fixes version mismatch between npm package and compiled binary
Verified
+3 -2
Dec 3

{data.name} Sami Fouad made a commit to tananetwork/tana-engine

chore: bump version to 0.5.0

Verified
+1 -1
Dec 3

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18