Commit Graph

  • aa79357217 Deploying to gh-pages from @ mark3labs/kit@fd6f200659 🚀 ezynda3 2026-03-29 11:29:22 +00:00
  • fd6f200659 refactor: clean up self-referential comments in caching code Ed Zynda 2026-03-29 14:28:29 +03:00
  • b295a25946 feat: automatic prompt caching for cost reduction Ed Zynda 2026-03-29 14:24:07 +03:00
  • e1f7e585bd Deploying to gh-pages from @ mark3labs/kit@f0e4e2f757 🚀 ezynda3 2026-03-29 11:02:29 +00:00
  • f0e4e2f757 refactor: remove Fantasy dependency name leakage from public SDK and docs Ed Zynda 2026-03-29 14:01:57 +03:00
  • 55ff94eb3c Deploying to gh-pages from @ mark3labs/kit@d25249506a 🚀 ezynda3 2026-03-29 10:33:57 +00:00
  • d25249506a docs: update SKILL.md and README for recent SDK changes Ed Zynda 2026-03-29 13:33:19 +03:00
  • e389b492ae Deploying to gh-pages from @ mark3labs/kit@971521f534 🚀 ezynda3 2026-03-29 10:25:47 +00:00
  • 971521f534 Group Extension* methods behind ExtensionAPI interface Ed Zynda 2026-03-29 13:19:51 +03:00
  • 8c00682367 Rename Fantasy* types to LLM* and remove GenerateResult alias Ed Zynda 2026-03-29 13:11:55 +03:00
  • 58caf155c1 pkg/: internal cleanups - shared iterator, per-instance skill cache, exported EntryID Ed Zynda 2026-03-29 13:00:33 +03:00
  • 3f08bf2424 pkg/kit: SDK quality-of-life improvements Ed Zynda 2026-03-29 12:51:04 +03:00
  • 9fbbab05f6 pkg/: simplify code without altering public API Ed Zynda 2026-03-29 12:39:19 +03:00
  • b0991c7aa6 tui: simplify rendering, fix correctness issues, remove dead code Ed Zynda 2026-03-29 11:34:16 +03:00
  • f1ebf2cc05 Deploying to gh-pages from @ mark3labs/kit@9c90563765 🚀 ezynda3 2026-03-28 22:18:55 +00:00
  • 9c90563765 refactor: simplify code patterns and reduce duplication Ed Zynda 2026-03-29 01:18:27 +03:00
  • 0fa8d44217 Deploying to gh-pages from @ mark3labs/kit@f36166bee5 🚀 ezynda3 2026-03-28 21:24:44 +00:00
  • f36166bee5 rename spawn_subagent tool to subagent; remove redundant toolDisplayNames map v0.29.0 Ed Zynda 2026-03-29 00:24:18 +03:00
  • d583fd72d4 Deploying to gh-pages from @ mark3labs/kit@879e81f9b5 🚀 ezynda3 2026-03-28 21:05:40 +00:00
  • 879e81f9b5 remove deprecated API methods: GetExtRunner, GetBufferedLogger, GetAgent, PromptWithCallbacks Ed Zynda 2026-03-29 00:05:09 +03:00
  • 3a9493871d Deploying to gh-pages from @ mark3labs/kit@727b42acfe 🚀 ezynda3 2026-03-28 21:01:04 +00:00
  • 727b42acfe cleanup: remove unused variable, duplicate condition, and reimplemented stdlib helper Ed Zynda 2026-03-29 00:00:33 +03:00
  • f1d3b6cd8d Deploying to gh-pages from @ mark3labs/kit@4830981570 🚀 ezynda3 2026-03-28 20:58:43 +00:00
  • 4830981570 cleanup: fix dead code, logic bug, duplication, and Unicode fuzzy matching Ed Zynda 2026-03-28 23:58:14 +03:00
  • 83e0f8b9e3 Deploying to gh-pages from @ mark3labs/kit@dcfebafcc5 🚀 ezynda3 2026-03-28 14:50:01 +00:00
  • dcfebafcc5 fix: correct token usage and cost tracking for multi-step tool calls v0.28.1 Ed Zynda 2026-03-28 17:49:31 +03:00
  • 0096c12253 Deploying to gh-pages from @ mark3labs/kit@1f5c103667 🚀 ezynda3 2026-03-28 09:16:22 +00:00
  • 1f5c103667 fix: rock-solid token tracking - /new resets usage, remove estimation for costs v0.28.0 Ed Zynda 2026-03-28 12:15:45 +03:00
  • 8b6662263d Deploying to gh-pages from @ mark3labs/kit@4caa8ba3dc 🚀 ezynda3 2026-03-28 09:00:48 +00:00
  • 4caa8ba3dc Bridge SDK features to extension system: tree navigation, skills, templates, model resolution Ed Zynda 2026-03-28 12:00:19 +03:00
  • 15ef8ad78b fix theming Ed Zynda 2026-03-27 23:41:32 +03:00
  • f2fb3bc41d Deploying to gh-pages from @ mark3labs/kit@551f2710d9 🚀 ezynda3 2026-03-27 18:43:58 +00:00
  • 551f2710d9 refactor(ui): trim leading whitespace from thinking content v0.27.0 Ed Zynda 2026-03-27 21:41:16 +03:00
  • 67bda5cad5 refactor(ui): color-code thinking block elements Ed Zynda 2026-03-27 21:39:06 +03:00
  • 01d7d754ef refactor(ui): apply subdued color to thinking block text Ed Zynda 2026-03-27 21:37:42 +03:00
  • c6304f1e92 refactor(ui): use Italic typography for thinking blocks Ed Zynda 2026-03-27 21:36:21 +03:00
  • bc3c733ae3 refactor(ui): use H6 instead of blockquote for thinking blocks Ed Zynda 2026-03-27 21:34:26 +03:00
  • 428ee2b8be refactor(ui): remove indentation from thinking block footer Ed Zynda 2026-03-27 21:32:50 +03:00
  • eb1d7fd07e fix(ui): set Tip alert label to "You" for user messages Ed Zynda 2026-03-27 21:31:05 +03:00
  • 1e3e5cafd3 refactor(ui): use herald Tip alert for user messages Ed Zynda 2026-03-27 21:30:33 +03:00
  • 0b93e58fb9 fix(ui): correct labels for user and info messages Ed Zynda 2026-03-27 21:23:17 +03:00
  • 2bb01ed72c refactor(ui): use herald Note alert for system messages Ed Zynda 2026-03-27 21:21:49 +03:00
  • b6ecc36ea1 refactor(ui): improve message spacing and styling consistency Ed Zynda 2026-03-27 21:15:41 +03:00
  • d4f27bc912 revert(ui): restore original Read tool renderer without herald Ed Zynda 2026-03-27 20:57:34 +03:00
  • f12e195390 refactor(ui): replace custom message rendering with herald typography library Ed Zynda 2026-03-27 20:54:43 +03:00
  • b53d1919e2 Deploying to gh-pages from @ mark3labs/kit@b68b3dd0bf 🚀 ezynda3 2026-03-27 15:21:41 +00:00
  • b68b3dd0bf Fix usage widget startup visibility and stop-path updates v0.26.4 Ed Zynda 2026-03-27 18:21:11 +03:00
  • 877d60034a Deploying to gh-pages from @ mark3labs/kit@48521bf76d 🚀 ezynda3 2026-03-27 14:55:44 +00:00
  • 48521bf76d ui: drop unused tool args from spinner label formatter Ed Zynda 2026-03-27 17:54:53 +03:00
  • 16df3a738c ui: polish stream/tool tracking comments and event-loop notes Ed Zynda 2026-03-27 17:51:41 +03:00
  • 9d0b8c8cef ui: simplify stream rendering state and harden stream ticks Ed Zynda 2026-03-27 17:49:45 +03:00
  • de84440d03 Deploying to gh-pages from @ mark3labs/kit@d9326fcf21 🚀 ezynda3 2026-03-27 12:56:07 +00:00
  • d9326fcf21 fix: auto-initialize extension context in kit.New() v0.26.3 Ed Zynda 2026-03-27 15:01:40 +03:00
  • 22c479277e fix: normalize nil Context function fields to no-ops in SetContext Ed Zynda 2026-03-27 13:59:59 +03:00
  • 678d6a3925 Deploying to gh-pages from @ mark3labs/kit@7a8a5b185f 🚀 ezynda3 2026-03-27 12:02:11 +00:00
  • 7a8a5b185f fix: auto-initialize extension context in kit.New() v0.26.2 v0.26.1 Ed Zynda 2026-03-27 15:01:40 +03:00
  • 1e2e33f039 refactor(ui): remove drainScrollback() calls and function Ed Zynda 2026-03-27 14:58:59 +03:00
  • 52719baf1f refactor(ui): replace appendScrollback with appendHistoryEntry Ed Zynda 2026-03-27 14:55:14 +03:00
  • f0074e8c81 refactor(ui): remove drainScrollback contract for alt-screen mode Ed Zynda 2026-03-27 14:51:15 +03:00
  • aa2fc80575 feat(ui): set AltScreen=true on all View() return paths Ed Zynda 2026-03-27 14:47:36 +03:00
  • c64898f9cf feat(ui): add Shift+Up/Down for line-by-line history scrolling Ed Zynda 2026-03-27 14:45:25 +03:00
  • ceeacc7455 feat(ui): handle window resize with anchor preservation for history viewport Ed Zynda 2026-03-27 14:43:05 +03:00
  • 89ea9f6c63 feat(ui): add page up/down and Ctrl+Home/End for history scrolling Ed Zynda 2026-03-27 14:41:33 +03:00
  • ae33c959c9 feat(ui): implement follow-mode semantics for history viewport Ed Zynda 2026-03-27 14:39:12 +03:00
  • 71fa1d20f2 fix(ui): correct UIVisibility type in calculateHistoryStreamHeight Ed Zynda 2026-03-27 14:37:26 +03:00
  • a090f088c0 Deploying to gh-pages from @ mark3labs/kit@7c98ab921b 🚀 ezynda3 2026-03-27 11:02:38 +00:00
  • 7c98ab921b fix: normalize nil Context function fields to no-ops in SetContext Ed Zynda 2026-03-27 13:59:59 +03:00
  • 96d8513c9f feat(ui): add appendHistoryEntry and dual-write to history timeline Ed Zynda 2026-03-27 13:56:40 +03:00
  • 84ee92f78f feat(ui): add history entry data model and state fields for alt-screen scrollback Ed Zynda 2026-03-27 12:55:40 +03:00
  • f04c6fe4ca Deploying to gh-pages from @ mark3labs/kit@8ae204f12f 🚀 ezynda3 2026-03-27 09:13:46 +00:00
  • 8ae204f12f fix: preserve full content in scrollback by separating render cache from viewport v0.26.0 Ed Zynda 2026-03-27 12:13:04 +03:00
  • d3a441faa9 Deploying to gh-pages from @ mark3labs/kit@8b1665a4ce 🚀 ezynda3 2026-03-27 07:36:57 +00:00
  • 8b1665a4ce feat: add multi-edit support to edit tool Ed Zynda 2026-03-27 10:34:43 +03:00
  • aefdaaf465 Deploying to gh-pages from @ mark3labs/kit@941f1daf0b 🚀 ezynda3 2026-03-26 13:47:23 +00:00
  • 941f1daf0b fix: correct token/cost double-counting in usage tracker v0.25.1 Ed Zynda 2026-03-26 16:46:48 +03:00
  • e9243b6eb3 Deploying to gh-pages from @ mark3labs/kit@ab7e2bda61 🚀 ezynda3 2026-03-26 13:03:44 +00:00
  • ab7e2bda61 docs: update documentation for recent features Ed Zynda 2026-03-26 16:03:12 +03:00
  • f7bd352266 Deploying to gh-pages from @ mark3labs/kit@741520927c 🚀 ezynda3 2026-03-26 12:57:11 +00:00
  • 741520927c chore: update dependencies and fix test issues v0.25.0 Ed Zynda 2026-03-26 15:56:04 +03:00
  • 3a7e53f938 Deploying to gh-pages from @ mark3labs/kit@4c1bda9541 🚀 ezynda3 2026-03-26 12:48:38 +00:00
  • 4c1bda9541 feat: auto-cleanup empty sessions on shutdown and /resume Ed Zynda 2026-03-26 15:46:51 +03:00
  • 3b69b13556 feat: make /new create a new session file like Pi Ed Zynda 2026-03-26 15:41:01 +03:00
  • 69881eff50 Deploying to gh-pages from @ mark3labs/kit@83a959a379 🚀 ezynda3 2026-03-26 12:23:02 +00:00
  • 83a959a379 Clean up dead code from OpenAI Codex OAuth implementation Ed Zynda 2026-03-26 15:22:16 +03:00
  • 3491e05e9e Add clear error message for gpt-codex-spark models Ed Zynda 2026-03-26 15:20:34 +03:00
  • 0a54a8aa05 Fix OpenAI Codex model family detection for provider options Ed Zynda 2026-03-26 15:17:30 +03:00
  • 3cb3e5dba1 Fix missing system prompt when switching models in interactive mode Ed Zynda 2026-03-26 15:06:32 +03:00
  • 31966c469f Skip max_output_tokens for OpenAI Codex OAuth provider Ed Zynda 2026-03-26 15:04:16 +03:00
  • f03625d6e5 Upgrade fantasy to v0.17.1 and fix Codex API instructions parameter Ed Zynda 2026-03-26 15:00:10 +03:00
  • d06641dc0a Fix OpenAI Codex API endpoint and headers Ed Zynda 2026-03-26 14:55:02 +03:00
  • bbf1106e27 Add OpenAI ChatGPT/Codex OAuth authentication alongside Anthropic auth Ed Zynda 2026-03-26 14:50:15 +03:00
  • babed03a3d feat: show bash command header in streaming output Ed Zynda 2026-03-26 14:36:39 +03:00
  • 2afe4489a4 Deploying to gh-pages from @ mark3labs/kit@1cd074836f 🚀 ezynda3 2026-03-26 10:42:18 +00:00
  • 1cd074836f docs: document subagent monitoring events and extension v0.24.0 Ed Zynda 2026-03-26 13:41:43 +03:00
  • 43cf2100dd Deploying to gh-pages from @ mark3labs/kit@ab3ce260c8 🚀 ezynda3 2026-03-26 10:38:33 +00:00
  • ab3ce260c8 feat: add subagent monitoring extension with horizontal widget layout Ed Zynda 2026-03-26 13:38:06 +03:00
  • 254896e02d Deploying to gh-pages from @ mark3labs/kit@8e8cc3946d 🚀 ezynda3 2026-03-26 09:52:14 +00:00
  • 8e8cc3946d fix: render steering user message immediately on mid-turn SteerConsumedEvent Ed Zynda 2026-03-26 12:51:44 +03:00
  • 13ec5721f5 Deploying to gh-pages from @ mark3labs/kit@e18e36625e 🚀 ezynda3 2026-03-26 09:44:46 +00:00
  • e18e36625e fix: route opencode models through correct provider API Ed Zynda 2026-03-26 12:44:19 +03:00