Commit graph

239 commits

Author SHA1 Message Date
Hibryda
be504cadcf test(memora): add Memora bridge and adapter tests 2026-03-11 04:09:29 +01:00
Hibryda
f3f740a8fe feat(memora): add Memora adapter with read-only SQLite backend 2026-03-11 04:09:29 +01:00
Hibryda
ad7e24e40d docs: update meta files for Codex/Ollama provider runners 2026-03-11 03:56:05 +01:00
Hibryda
8309896e7d test(providers): add Codex and Ollama message adapter tests 2026-03-11 03:56:05 +01:00
Hibryda
3e34fda59a feat(providers): add Codex and Ollama provider runners with message adapters 2026-03-11 03:56:05 +01:00
Hibryda
4ae7ca6634 docs: update meta files for S-1 Phase 3 worktree isolation 2026-03-11 03:23:58 +01:00
Hibryda
643ab0a6b6 test(worktree-isolation): add worktree detection tests 2026-03-11 03:23:58 +01:00
Hibryda
0da53e7390 docs: update meta files for configurable anchor budget 2026-03-11 03:03:53 +01:00
Hibryda
0d9c473a06 feat(session-anchors): configurable budget scale + research-backed truncation fix
Remove 500-char assistant text truncation in anchor serializer — research
consensus (JetBrains NeurIPS 2025, SWE-agent, OpenDev ACC) is that agent
reasoning must never be truncated; only tool outputs get observation-masked.

Add AnchorBudgetScale type with 4 presets (Small=2K, Medium=6K, Large=12K,
Full=20K) and per-project range slider in SettingsTab. Remove Ollama-specific
warning toast — budget slider handles context limits generically.
2026-03-11 03:03:53 +01:00
Hibryda
64e040ebfe docs: update meta files for S-2 session anchors 2026-03-11 02:43:06 +01:00
Hibryda
3e60516544 test(session-anchors): add anchor serializer tests 2026-03-11 02:43:06 +01:00
Hibryda
ccce2b6005 feat(session-anchors): add pin button, anchor re-injection, and ContextTab UI 2026-03-11 02:43:06 +01:00
Hibryda
a9e94fc154 feat(session-anchors): implement S-2 session anchor persistence and auto-anchoring 2026-03-11 02:43:06 +01:00
Hibryda
8f4faaafa3 docs: update meta files for provider adapter implementation 2026-03-11 02:08:45 +01:00
Hibryda
11b00f18f8 feat(settings): add provider config UI and sidecar routing (Phase 2+3)
Add Providers section to SettingsTab with collapsible per-provider config
panels and per-project provider dropdown. Implement provider-based sidecar
runner selection and multi-provider env var stripping in Rust.
2026-03-11 02:08:45 +01:00
Hibryda
1efcb13869 feat(provider-adapter): implement multi-provider abstraction layer (Phase 1)
Add provider types, registry, capabilities, and message adapter registry.
Rename sdk-messages→claude-messages, agent-runner→claude-runner,
ClaudeSession→AgentSession. Update Rust AgentQueryOptions with provider
and provider_config fields. Capability-driven AgentPane rendering.
2026-03-11 02:08:45 +01:00
Hibryda
d8d7ad16f3 docs: update meta files for provider adapter planning 2026-03-11 01:40:03 +01:00
Hibryda
ab4e8b7e06 docs(provider-adapter): add architecture plan for multi-provider agent support 2026-03-11 01:40:03 +01:00
Hibryda
a74d3a74d3 fix(pdf-viewer): use static worker + lazy page rendering
Worker copied to public/ via prebuild script (avoids Vite resolution issues).
IntersectionObserver renders only visible pages (+200px ahead) instead of all
at once, fixing performance for large PDFs.
2026-03-11 01:27:54 +01:00
Hibryda
199873781b docs: update meta files for PDF viewer and CSV table view 2026-03-11 01:23:49 +01:00
Hibryda
378c59bb97 feat(files-tab): add PDF viewer and CSV table view
pdfjs-dist for canvas-based multi-page PDF rendering with zoom controls.
RFC 4180 CSV parser with delimiter auto-detection and sortable columns.
FilesTab routes Binary+pdf to PdfViewer, Text+csv to CsvTable.
2026-03-11 01:23:49 +01:00
Hibryda
929f54e195 docs: update CHANGELOG for scanning toast and notify return type 2026-03-11 01:11:39 +01:00
Hibryda
64ad4d2e58 feat(fs-watcher): add 300ms delayed scanning toast for large project dirs 2026-03-11 01:11:39 +01:00
Hibryda
9d9cc75b28 docs: update meta files for inotify limit sensing 2026-03-11 01:07:46 +01:00
Hibryda
b19aa632c8 feat(fs-watcher): add inotify watch limit sensing with toast warning 2026-03-11 01:07:46 +01:00
Hibryda
d1ce031624 docs: update meta files for S-1 Phase 2 filesystem write detection 2026-03-11 00:56:27 +01:00
Hibryda
e5d9f51df7 feat(s1p2): add inotify-based filesystem write detection with external conflict tracking 2026-03-11 00:56:27 +01:00
Hibryda
6b239c5ce5 docs(todo): expand worktree isolation plan with research findings
Detail 3-part implementation: UI toggle, --worktree spawn, CWD-based
detection from .claude/worktrees/, $CODEX_HOME/worktrees/, and
~/.cursor/worktrees/ patterns.
2026-03-11 00:35:09 +01:00
Hibryda
13ac45c203 docs: update meta files for conflict detection enhancements session 2026-03-11 00:25:26 +01:00
Hibryda
38b8447ae6 feat(conflicts): add bash write detection, dismiss/acknowledge, and worktree suppression 2026-03-11 00:25:26 +01:00
Hibryda
05191127ea docs: update meta files for conflict detection session 2026-03-11 00:12:10 +01:00
Hibryda
82fb618c76 feat(conflicts): add file overlap conflict detection (S-1 Phase 1)
Detects when 2+ agent sessions write the same file within a project.
New conflicts.svelte.ts store, shared tool-files.ts utility, dispatcher
integration, health attention scoring (SCORE_FILE_CONFLICT=70), and UI
indicators in ProjectHeader + StatusBar. 170/170 tests pass.
2026-03-11 00:12:10 +01:00
Hibryda
8e00e0ef8c perf(health): auto-stop tick timer when no active sessions
Health tick now self-stops when no tracked project has a running/starting
agent session. Auto-restarts on next recordActivity() call. Eliminates
5-second polling overhead when all agents are idle/done.
2026-03-10 23:46:52 +01:00
Hibryda
1b61f10532 docs: update meta files for health dashboard session 2026-03-10 23:45:30 +01:00
Hibryda
42094eac2a feat(health): add project health store, Mission Control bar, and session metrics 2026-03-10 23:45:30 +01:00
Hibryda
072316d63f docs: update meta files for compaction tracking session 2026-03-10 04:20:32 +01:00
Hibryda
f4ec2f3762 feat(context): detect compaction events from SDK compact_boundary messages 2026-03-10 04:20:32 +01:00
Hibryda
d898586181 docs: update meta files for AST and graph views 2026-03-10 04:03:52 +01:00
Hibryda
979c8883f3 feat(context): add AST conversation tree and tool-file graph views 2026-03-10 04:03:52 +01:00
Hibryda
9c7618cad1 docs: update meta files for ContextTab and CodeMirror editor session 2026-03-10 03:52:16 +01:00
Hibryda
6e24adcd56 feat(context): add ContextTab with LLM context window visualization 2026-03-10 03:52:16 +01:00
Hibryda
86fa55bc3e fix(editor): use $state for prop tracking to fix Svelte state_referenced_locally warnings 2026-03-10 03:13:36 +01:00
Hibryda
61cd33f393 docs: update CHANGELOG with CodeMirror editor and save-on-blur 2026-03-10 03:11:32 +01:00
Hibryda
e54ea1dbbc feat(settings): add save-on-blur toggle for file editor 2026-03-10 03:11:32 +01:00
Hibryda
3bb972fc01 feat(files): add CodeMirror 6 editor with save, dirty tracking, and 15 language modes 2026-03-10 03:11:32 +01:00
Hibryda
0ffbd93b8b docs: update CHANGELOG with FilesTab reactivity fix 2026-03-10 02:55:38 +01:00
Hibryda
cfe3abcf00 fix(files): look up tab from reactive array before setting content 2026-03-10 02:55:38 +01:00
Hibryda
ea44719685 docs: update CHANGELOG with FilesTab HTML nesting fix 2026-03-10 02:54:10 +01:00
Hibryda
e2a406a167 fix(files): change file tab bar from nested buttons to div with role=tab 2026-03-10 02:54:10 +01:00
Hibryda
a111ba0b9d docs: update CHANGELOG with FilesTab improvements 2026-03-10 02:51:05 +01:00