changelog

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

feat(setup): add registry selection and dynamic compose generation v0.5.0

  • Add registry selection prompt (DockerHub or GHCR) in setup
  • Generate docker-compose.yml dynamically based on selected services
  • Store config in ~/.config/tana/ directory
  • Add integrated docker login flow during setup
  • Update all commands to use generated compose file
Verified
+708 -94
Dec 3

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

add cross-platform npm distribution with 'te' alias

  • (engine): add GitHub Actions release workflow for 4 platforms
  • (engine): add npm package structure with platform-specific binaries
  • (engine): add bin.js router for automatic platform detection
  • (engine): add 'te' as short alias for 'tana-engine'
  • (engine): publish to @tananetwork/tana-engine on npm
Verified
+405 -1
Dec 3

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

clean up setup UI and add monitoring prompt

  • (engine): remove giant banner header from setup
  • (engine): add yes/no prompt for automatic update monitoring
  • (engine): enable monitoring during setup if user opts in
Verified
+29 -9
Dec 3

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

add contracts directory to gitignore (runtime artifacts)

Verified
+1 -0
Dec 3

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

add _pending directory to gitignore (runtime cache)

Verified
+1 -0
Dec 3

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

add PostgreSQL database ops with verbose SQL logging v0.3.3

-(db): add src/db.rs module implementing database operations via deno_core ops -(db): implement op_db_query, op_db_execute, op_db_execute_returning for PostgreSQL -(db): add deadpool-postgres connection pooling with DATABASE_URL configuration -(db): add verbose SQL logging to stderr for debugging query issues -(db): handle all PostgreSQL types: text, uuid, int, float, bool, json, timestamp, date, numeric -(deps): add chrono, uuid, deadpool-postgres, tokio-postgres dependencies

Verified
+1,088 -32
Dec 3

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

add POST method support for API routes v0.3.2

-(tana-edge): pass HTTP method through streaming SSR call chain -(tana-edge): use any() routes instead of get() for dev contract handlers -(tana-edge): JS request object now receives actual method instead of hardcoded 'GET'

Verified
+24 -16
Dec 1

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

fix API routing and response headers v0.3.1

  • (streaming-ssr): pass route_path parameter through to JS execution instead of hardcoding '/'
  • (streaming-ssr): implement metadata-based protocol for status codes and headers from JS handlers
  • (streaming-ssr): serialize object bodies to JSON for API responses
  • (streaming-ssr): fix Content-Type header to use handler's specified value instead of always text/html
Verified
+78 -13
Dec 1

{data.name} Sami Fouad and 🤖 made a commit to samifouad/website

add vite-plugin-tana and tana-deploy to tracked projects

Verified
+14 -0
Dec 1
97
100
93
92

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

improve React SSR and client error handling

  • Enhanced React Flight bundle processing
  • Better client-side error parsing and display
  • Added test scripts for debugging
Verified
+1,170 -26
Dec 1

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