-
6145a23296
added border to input box
dev
Phillip Tarrant
2026-03-12 08:59:53 -05:00
-
16d79df421
fix: empty response handling, /no_think model gating, per-model profiles
master
Phillip Tarrant
2026-03-11 23:09:04 -05:00
-
1ee721ac10
Merge branch 'bugfix/model-command-regex'
Phillip Tarrant
2026-03-11 22:31:50 -05:00
-
-
d54a3480b8
fix: /model command no longer incorrectly matched as /mode
Phillip Tarrant
2026-03-11 22:31:45 -05:00
-
-
d3b286ba40
Merge branch 'feature/file-cache-lru'
Phillip Tarrant
2026-03-11 22:26:56 -05:00
-
-
d829e6553c
feat: add tool-level file cache with LRU eviction and mtime invalidation
Phillip Tarrant
2026-03-11 22:26:51 -05:00
-
-
2c532adbbc
Merge branch 'feature/read-many-files-and-fixes'
Phillip Tarrant
2026-03-11 21:57:39 -05:00
-
-
be1ea81102
fix: preserve streaming UI callbacks across agent loop iterations
Phillip Tarrant
2026-03-11 21:56:59 -05:00
-
3fe0f7af47
style: change header background from orange to dark cyan
Phillip Tarrant
2026-03-11 21:56:57 -05:00
-
05754fe06b
feat: add read_many_files tool for batch file reading
Phillip Tarrant
2026-03-11 21:56:53 -05:00
-
-
0886727437
Merge branch 'feature/header-panel-agent-modes'
Phillip Tarrant
2026-03-11 21:36:27 -05:00
-
-
638aecb561
feat: add custom HeaderPanel widget and switchable agent modes
Phillip Tarrant
2026-03-11 21:36:23 -05:00
-
-
b878408f3e
Merge branch 'fix/remove-cat-allowed-command'
Phillip Tarrant
2026-03-11 21:15:05 -05:00
-
-
5b5c3098bb
fix: remove cat from allowed shell commands and fix stale display tests
Phillip Tarrant
2026-03-11 21:14:21 -05:00
-
-
4e3da84578
Merge branch 'fix/display-bug-and-shell-write-bypass'
Phillip Tarrant
2026-03-11 20:58:55 -05:00
-
-
2ad3df521d
fix: display assistant content with finish tool call + block shell write redirects
Phillip Tarrant
2026-03-11 20:58:07 -05:00
-
-
4496fce354
docs: update README with full config reference, remove completed roadmap
Phillip Tarrant
2026-03-11 20:05:16 -05:00
-
133bcbda57
feat: re-echo condensed user prompt in chat log
Phillip Tarrant
2026-03-11 20:05:10 -05:00
-
7705008b9c
fix: prevent /no_think tag from leaking into user message content
Phillip Tarrant
2026-03-11 20:04:47 -05:00
-
9273d14845
Merge branch 'feature/disable-thinking-mode'
Phillip Tarrant
2026-03-11 19:36:49 -05:00
-
-
f0d8ef8f0a
feat: add thinking mode toggle to suppress reasoning-only response loops
Phillip Tarrant
2026-03-11 19:34:36 -05:00
-
-
25fa7dc82b
Merge branch 'feature/llm-extra-body-config'
Phillip Tarrant
2026-03-11 19:15:39 -05:00
-
-
220c6613e4
feat: add extra_body config for model-specific API parameters
Phillip Tarrant
2026-03-11 19:15:35 -05:00
-
-
22f10cd8e9
Merge branch 'feature/structured-skill-packages'
Phillip Tarrant
2026-03-11 19:06:13 -05:00
-
-
2ae8294e29
feat: structured skill packages with config overrides, chaining, and TUI integration
Phillip Tarrant
2026-03-11 19:06:05 -05:00
-
-
26bcbc6c1f
Merge branch 'fix/markdown-rendering-and-reasoning-retry'
Phillip Tarrant
2026-03-11 18:21:58 -05:00
-
-
cc03f76593
fix: render markdown in assistant panels and speed up reasoning-only recovery
Phillip Tarrant
2026-03-11 18:21:51 -05:00
-
-
90a38f12d1
fix: wrap session resume in @work to resolve NoActiveWorker crash
Phillip Tarrant
2026-03-11 15:52:28 -05:00
-
f93b28215d
Merge branch 'feature/tweaks-implementation'
Phillip Tarrant
2026-03-11 15:48:10 -05:00
-
-
3f9012e6c2
feat: implement tweaks plan - modals, smart shell, spinner, /models, debug log, skills
Phillip Tarrant
2026-03-11 15:46:44 -05:00
-
-
7600195ecf
Merge branch 'feature/textual-tui'
Phillip Tarrant
2026-03-11 14:42:40 -05:00
-
-
13af7565dd
fix: write final assistant message to permanent chat log
Phillip Tarrant
2026-03-11 12:55:14 -05:00
-
bdf7225472
fix: rename _registry to _tool_registry to avoid shadowing Textual internal
Phillip Tarrant
2026-03-11 12:53:40 -05:00
-
a15e428af0
feat: replace REPL loop with Textual TUI launch
Phillip Tarrant
2026-03-11 12:48:10 -05:00
-
99a15cbd9b
feat: add SneakyCodeApp Textual application
Phillip Tarrant
2026-03-11 12:47:41 -05:00
-
202466f73d
feat: add StatusBar and StreamingStatic widgets
Phillip Tarrant
2026-03-11 12:46:52 -05:00
-
623ed14cbf
feat: add Textual CSS stylesheet for TUI layout
Phillip Tarrant
2026-03-11 12:46:52 -05:00
-
641672e4c7
feat: wire AgentLoop to DisplayAdapter and async permissions
Phillip Tarrant
2026-03-11 12:46:28 -05:00
-
cab3fbc1cf
feat: make PermissionsService async with pluggable prompt callback
Phillip Tarrant
2026-03-11 12:44:12 -05:00
-
021fe340c1
feat: convert StreamHandler to callback-based (remove Rich.Live)
Phillip Tarrant
2026-03-11 12:44:11 -05:00
-
8335978583
feat: add render functions and DisplayAdapter for TUI display
Phillip Tarrant
2026-03-11 12:41:04 -05:00
-
08da2c542a
feat: add TUI-safe logging mode that disables RichHandler
Phillip Tarrant
2026-03-11 12:41:03 -05:00
-
ff40ef7803
feat: add textual dependency for TUI
Phillip Tarrant
2026-03-11 12:40:59 -05:00
-
-
3e88d1d481
Merge branch 'feature/phase-7-polish-hardening'
Phillip Tarrant
2026-03-11 10:21:16 -05:00
-
-
76ba490aa2
Add Phase 7: polish and hardening — retry, truncation, sessions, shutdown
Phillip Tarrant
2026-03-11 10:20:16 -05:00
-
-
82846d6236
Add .worktrees/ to .gitignore
Phillip Tarrant
2026-03-11 10:03:27 -05:00
-
d845fa45a3
Merge branch 'feature/phase-6-write-tools-shell'
Phillip Tarrant
2026-03-11 09:45:59 -05:00
-
-
f60c47a85f
Add Phase 6: write tools, shell, and edit tools with reasoning-only fix
Phillip Tarrant
2026-03-11 09:45:48 -05:00
-
-
0cf0d01657
file to track little tweaks i want to make after v1
Phillip Tarrant
2026-03-11 08:53:55 -05:00
-
810886effb
Merge branch 'bugfix/resolve-safe-path-doubled-prefix'
Phillip Tarrant
2026-03-11 08:48:02 -05:00
-
-
273da21ef6
Fix doubled workspace path when LLM passes absolute-style relative paths
Phillip Tarrant
2026-03-11 08:47:57 -05:00
-
-
4623489564
Merge branch 'feature/phase-5-agent-loop'
Phillip Tarrant
2026-03-11 08:39:04 -05:00
-
-
91187a0728
Add Phase 5: ReAct-style agent loop with tool execution
Phillip Tarrant
2026-03-11 08:37:22 -05:00
-
-
501bf5c45b
added file permissions and fixed a duplicate output bug.
Phillip Tarrant
2026-03-11 08:02:21 -05:00
-
adbb442ce5
Add Phase 3: LLM integration with Ollama streaming and preflight checks
Phillip Tarrant
2026-03-11 07:27:56 -05:00
-
5aff2183d6
init commit
Phillip Tarrant
2026-03-11 07:21:21 -05:00