zot/internal/core
patriceckhart 689069f11a Expand model catalog and improve session resume
Add built-in provider catalog and support for additional provider backends, including Bedrock, Vertex, Azure OpenAI, GitHub Copilot, OpenAI Responses, and extra user-configured providers/models.

Improve TUI session resume by restoring last-turn context usage and tail-rendering long transcripts for faster first paint.

Handle Gemini image models without tools, persist generated images to the working directory, and make Anthropic transcript replay tolerate assistant-side image artifacts.
2026-05-24 10:15:07 +02:00
..
agent.go Expand model catalog and improve session resume 2026-05-24 10:15:07 +02:00
compact.go Persist compaction checkpoints in sessions 2026-05-09 23:02:54 +02:00
confirm.go Use ASCII ellipses throughout 2026-05-22 17:19:29 +02:00
confirm_test.go Use ASCII ellipses throughout 2026-05-22 17:19:29 +02:00
core_test.go swarm: introduce /swarm dashboard, /btw-style transcript view, and per-session scope 2026-05-16 11:53:20 +02:00
cost.go Expand model catalog and improve session resume 2026-05-24 10:15:07 +02:00
events.go feat(tui): live-stream file body during write/edit tool calls 2026-04-20 08:37:14 +02:00
intercept_test.go feat(ext): phase 4 - full-event interception, arg rewrites, /reload-ext 2026-04-19 17:02:04 +02:00
queue_test.go Deliver sliding-in messages during agent loop 2026-05-16 12:47:38 +02:00
session.go Expand model catalog and improve session resume 2026-05-24 10:15:07 +02:00
session_portable.go core: read sessions with line reader instead of bufio.Scanner 2026-05-04 12:14:12 +02:00
session_portable_test.go core: read sessions with line reader instead of bufio.Scanner 2026-05-04 12:14:12 +02:00
session_repair_test.go fix(core): repair orphan tool_use rows on session load 2026-04-21 19:36:47 +02:00
tool.go perf(anthropic): fix cost double-count, tighten caching, correct catalog 2026-04-19 18:57:18 +02:00