changelog

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

atomic releases: eliminate artifacts, ensure all-or-nothing publishing

-(tana-engine): split workflow into build phase then publish phase -(tana-engine): publish jobs wait for ALL builds to succeed before any publishing -(tana-engine): eliminate artifacts, rebuild with Bun in publish phase (fast) -(tana-engine): stays within 500MB free tier artifact limit

Verified
+45 -101
Dec 6

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

fix: update bundle-docs script to use content/help directory

Verified
+1 -1
Dec 6
75
96
90
91

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

atomic releases: eliminate artifacts, ensure all-or-nothing publishing

-(tana-runtime): split workflow into build phase then publish phase -(tana-runtime): publish jobs wait for ALL builds to succeed before any publishing -(tana-runtime): use sccache (R2) as build cache instead of GH artifacts -(tana-runtime): stays within 500MB free tier artifact limit

Verified
+99 -65
Dec 6

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

fix: update bun.lock after adding remark dependencies

Verified
+96 -91
Dec 6
75
96
90
91

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

atomic releases: eliminate artifacts, ensure all-or-nothing publishing

-(tana-edge): split workflow into build phase then publish phase -(tana-edge): publish jobs wait for ALL builds to succeed before any publishing -(tana-edge): docker waits for main package to ensure complete release -(tana-edge): use sccache (R2) as build cache instead of GH artifacts -(tana-edge): stays within 500MB free tier artifact limit

Verified
+106 -72
Dec 6

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

docs: restructure into separate Help, CLI, and API sections v0.3.0

  • Reorganized documentation from unified /docs to specialized sections
  • Created /help for general tana concepts and guides
  • Created /cli for command-line tool documentation with Monaco Editor
  • Created /api for REST API reference with endpoint details
  • Added remark and remark-html packages for runtime MDX processing
  • Updated navigation: removed CLI/API from header, kept in footer only
  • Implemented separate layouts and sidebars for each documentation type
  • Preserved formatting with collapsible
    , color-coded HTTP methods
Verified
+2,139 -610
Dec 6
75
96
90
91

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

modularize codebase: extract t4_client and error_analysis v0.4.3

  • (tana-edge): extract t4_client.rs for T4 content storage access
  • (tana-edge): extract error_analysis.rs for smart error suggestions
  • (tana-edge): remove dead JS files (flight-client, flight-serializer, rsc-router, runtime)
  • (tana-edge): add log.rs for centralized logging utilities
  • (tana-edge): document code structure in README with module responsibilities
  • (tana-edge): main.rs reduced from 3664 to 1266 lines (65% reduction)
Verified
+615 -3,529
Dec 6

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

fix demo script to link local build for dev

Verified
+1 -1
Dec 6

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

fix template deps to use npm v0.5.5

  • replace file:../.. with ^0.5.4 in all 5 templates
  • templates now work when copied to new projects via tana new
Verified
+6 -6
Dec 6

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

bulletproof edge detection v0.5.4

  • replace fragile regex stdout parsing with HTTP health polling
  • poll /health endpoint every 100ms until edge responds (up to 5s)
  • use stdio 'inherit' for edge to avoid pipe management issues
  • eliminates EPIPE errors and race conditions
Verified
+62 -26
Dec 6

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