-
301c6ba11f
Release v0.12.15
Mario Zechner
2025-12-06 21:29:03 +01:00
-
d7f84469a7
Fix editor crash with wide characters (emojis, CJK)
Mario Zechner
2025-12-06 21:24:26 +01:00
-
a325c1c7d1
Add context overflow detection utilities
Mario Zechner
2025-12-06 21:24:15 +01:00
-
10a1e1ef90
docs: add under-compaction analysis
Mario Zechner
2025-12-06 14:52:51 +01:00
-
fa77ef8b6a
docs: fix mini-lit links (#123)
Peter Steinberger
2025-12-06 08:56:31 +00:00
-
ee83284dcf
Fix wrap-ansi test to use node:test instead of vitest
Mario Zechner
2025-12-06 00:48:46 +01:00
-
4a972fbe6c
Release v0.12.14
Mario Zechner
2025-12-06 00:46:57 +01:00
-
05849258b5
Release v0.12.13
Mario Zechner
2025-12-05 23:38:32 +01:00
-
bd3f5779d3
Add changelog entry for parallel version check
Mario Zechner
2025-12-05 23:36:30 +01:00
-
7352072bc2
Run version check in parallel with TUI startup
Mario Zechner
2025-12-05 23:36:06 +01:00
-
c423734e36
Add [Unreleased] section
Mario Zechner
2025-12-05 23:01:46 +01:00
-
ddf09720cc
Release v0.12.12
Mario Zechner
2025-12-05 23:00:45 +01:00
-
94d6c6704b
Merge branch 'feat/resume-slash-command'
Mario Zechner
2025-12-05 22:54:03 +01:00
-
-
4bd52cf3ed
feat(coding-agent): add /resume command to switch sessions mid-conversation
Mario Zechner
2025-12-05 22:53:51 +01:00
-
30dd31d787
Merge feat/scroll-previous-prompts with history load on resume
Mario Zechner
2025-12-05 22:02:16 +01:00
-
-
3a5185c5fd
feat(tui): add prompt history navigation with Up/Down arrows
Mario Zechner
2025-12-05 22:00:23 +01:00
-
6ec1391ebb
fix: escape codes not properly wrapped during line wrapping
Mario Zechner
2025-12-05 21:49:44 +01:00
-
ff047e5ee1
Implement fuzzy search for model/session selector and improve
Input multi-key sequence handling (#122)
Markus Ylisiurunen
2025-12-05 21:33:04 +02:00
-
c550ed2bca
feat(tui): add prompt history navigation with Up/Down arrows
Nico Bailon
2025-12-05 07:57:42 -08:00
-
ca39e899f4
docs: add changelog entry for footer display changes
Mario Zechner
2025-12-05 12:22:30 +01:00
-
5c388c0a77
fix: make footer token counts more compact
Mario Zechner
2025-12-05 12:21:44 +01:00
-
6a29b2df3f
Add [Unreleased] section
Mario Zechner
2025-12-05 12:20:35 +01:00
-
b193560ab0
Release v0.12.11
Mario Zechner
2025-12-05 12:19:37 +01:00
-
ef333af3d1
fix: footer overflow crash on narrow terminals
Mario Zechner
2025-12-05 12:17:56 +01:00
-
9375384371
fix: strip remaining escape sequences from bash output
Mario Zechner
2025-12-05 12:13:33 +01:00
-
240064eec3
fix: TUI crash with Unicode characters in branch selector
Mario Zechner
2025-12-05 11:59:39 +01:00
-
30f63bcaf6
wip: changelog
Hew Li Yang
2025-12-05 18:56:44 +08:00
-
d5e0cb4630
wip: add /resume slash command
Hew Li Yang
2025-12-05 18:47:57 +08:00
-
-
-
ed2c182501
Document authHeader option in README
Mario Zechner
2025-12-05 11:32:59 +01:00
-
51195bc9fc
Add authHeader option and fix print mode error handling
Mario Zechner
2025-12-05 11:31:14 +01:00
-
398591fdb0
Improve compaction UI styling
Mario Zechner
2025-12-05 11:05:04 +01:00
-
4c6d3b0bf6
Merge hide-thinking branch (PR #113)
Mario Zechner
2025-12-05 10:48:53 +01:00
-
-
4a3e553260
Fix spacer after hidden thinking block, add contributor link to CHANGELOG
Mario Zechner
2025-12-05 10:48:28 +01:00
-
266f303268
Add contributor link to CHANGELOG entry
Mario Zechner
2025-12-05 10:37:14 +01:00
-
a29cd80acf
add ctrl+t shortcut to toggle llm thinking block visibility
Markus Ylisiurunen
2025-12-05 09:48:35 +02:00
-
590db4b6cf
allow toggling visibility of the assistant's thinking block
Markus Ylisiurunen
2025-12-04 20:48:56 +02:00
-
-
342af285c4
document the new --append-system-prompt flag
Markus Ylisiurunen
2025-12-05 09:28:41 +02:00
-
ef8bb6c062
support appending content to the system prompt via cli argument
Markus Ylisiurunen
2025-12-05 00:05:29 +02:00
-
-
029a04c43b
fix(mom): clarify attach tool only works with /workspace/ files
Mario Zechner
2025-12-05 02:38:00 +01:00
-
488f080883
improve readability of context usage display calculation (#111)
Markus Ylisiurunen
2025-12-05 02:38:31 +02:00
-
e1d3c2b76e
fix(mom): handle Slack msg_too_long errors gracefully
Mario Zechner
2025-12-04 23:39:17 +01:00
-
c7585e37c9
Release v0.12.10
Mario Zechner
2025-12-04 20:51:57 +01:00
-
69ff9c364c
reduce child process stdout and stderr buffer limits in tui renderer
Markus Ylisiurunen
2025-12-04 20:29:29 +02:00
-
f9fd620b8b
extract shell config logic and add bash command cancellation in tui
Markus Ylisiurunen
2025-12-04 20:24:26 +02:00
-
d46914a415
add support for running bash commands via '!' in the tui editor
Markus Ylisiurunen
2025-12-04 20:06:12 +02:00
-
-
47bb302155
Release v0.12.9
Mario Zechner
2025-12-04 13:22:53 +01:00
-
9e5aaf1932
Add /copy command docs and changelog entry, closes #105
Mario Zechner
2025-12-04 13:22:17 +01:00
-
6a4a2fdfe9
Merge branch 'built-in-copy-slash-command'
Mario Zechner
2025-12-04 13:22:13 +01:00
-
-
547dcf0e4a
fix(coding-agent): update compaction test to match actual summary prefix
Mario Zechner
2025-12-04 12:29:14 +01:00
-
706554a5d3
fix(mom): private channel messages not being logged
Mario Zechner
2025-12-04 12:24:29 +01:00
-
667e7aa730
add cross-platform clipboard support and /copy command
Markus Ylisiurunen
2025-12-03 23:43:02 +02:00
-
-
db6d655ee9
Release v0.12.8
Mario Zechner
2025-12-04 03:59:20 +01:00
-
5663bf16ce
Add [Unreleased] section
Mario Zechner
2025-12-04 03:12:00 +01:00
-
cfa9dbfc03
Release v0.12.7
Mario Zechner
2025-12-04 03:11:03 +01:00
-
186308e4b4
docs(coding-agent): add GitHub link to context compaction docs in CHANGELOG
Mario Zechner
2025-12-04 03:09:00 +01:00
-
700baca113
docs(coding-agent): clean up compaction note
Mario Zechner
2025-12-04 03:05:01 +01:00
-
be2d90819a
docs(coding-agent): add note about iterating on manual summary
Mario Zechner
2025-12-04 03:01:07 +01:00
-
3d66d2561d
docs(coding-agent): expand compaction note with manual summary alternative
Mario Zechner
2025-12-04 02:59:55 +01:00
-
18e9c17ae5
docs(coding-agent): add note that compaction should generally be avoided
Mario Zechner
2025-12-04 02:58:45 +01:00
-
0c460fcfe8
docs(coding-agent): fix context compaction documentation
Mario Zechner
2025-12-04 02:57:45 +01:00
-
a57768b91b
docs(coding-agent): add /compact, /autocompact commands and Context Compaction section
Mario Zechner
2025-12-04 02:56:03 +01:00
-
233917c6d1
docs(coding-agent): add compaction to RPC protocol documentation
Mario Zechner
2025-12-04 02:51:27 +01:00
-
79d8d2ef2d
docs(coding-agent): add context compaction to CHANGELOG
Mario Zechner
2025-12-04 02:49:46 +01:00
-
c3f63dd243
feat(coding-agent): add auto-compaction to RPC mode, add RPC compaction test
Mario Zechner
2025-12-04 02:49:22 +01:00
-
1a97331af1
perf(coding-agent): avoid loading session file for auto-compaction check
Mario Zechner
2025-12-04 02:42:43 +01:00
-
c89b1ec3c2
feat(coding-agent): context compaction with /compact, /autocompact, and auto-trigger
Mario Zechner
2025-12-04 02:39:54 +01:00
-
bddb99fa7c
Wire up /compact and /autocompact slash commands
Mario Zechner
2025-12-04 00:31:21 +01:00
-
79731249eb
Context compaction: commands, auto-trigger, RPC support, /branch rework (fixes #92)
Mario Zechner
2025-12-04 00:25:53 +01:00
-
6c2360af28
WIP: Context compaction core logic (#92)
Mario Zechner
2025-12-04 00:07:53 +01:00
-
f02194296d
feat(mom): backfill missed messages on startup using conversations.history API
Mario Zechner
2025-12-03 22:05:13 +01:00
-
1517e64869
chore: bump version to 0.12.6
Mario Zechner
2025-12-03 17:12:27 +01:00
-
989af79752
fix: normalize OpenAI token counting, add branch source tracking
Mario Zechner
2025-12-03 17:11:22 +01:00
-
6cd8bcdeb3
fix(coding-agent): use APP_NAME in export-html and tools-manager
Mario Zechner
2025-12-03 16:27:49 +01:00
-
d4d5051940
Release v0.12.5
Mario Zechner
2025-12-03 16:21:11 +01:00
-
e82fb0fc83
feat(coding-agent): configurable app name and config dir for forks (#95)
Mario Zechner
2025-12-03 16:18:59 +01:00
-
9d5fe1fe85
Update session docs: add type definition links, reorder sections
Mario Zechner
2025-12-03 15:44:33 +01:00
-
9ed1c4e7ba
Clean up docs, add session format documentation
Mario Zechner
2025-12-03 15:42:56 +01:00
-
011e8d705a
Add RPC protocol documentation with tool call correlation
Mario Zechner
2025-12-03 15:28:17 +01:00
-
92b2ba9e91
Add comprehensive RPC protocol documentation
Mario Zechner
2025-12-03 15:22:20 +01:00
-
faa0b5f6da
Simplified CI setup
Mario Zechner
2025-12-03 15:12:21 +01:00
-
05644ebcd5
Use ordered root build instead of parallel workspace build in CI
Mario Zechner
2025-12-03 15:05:04 +01:00
-
e0c057ecc6
Add web-ui/example to workspaces, remove CI workaround
Mario Zechner
2025-12-03 14:27:02 +01:00
-
24fcca5b7b
Try fixing root level compiles
Mario Zechner
2025-12-03 14:16:00 +01:00
-
eb5cd9d4be
Add CTRL+ENTER note for WSL
Mario Zechner
2025-12-02 22:18:12 +01:00
-
923d85463d
ci: install fd and ripgrep for coding-agent tests
Mario Zechner
2025-12-02 16:36:36 +01:00
-
1c18b8006f
Add auto-compaction trigger flow and maxTokens calculation
Mario Zechner
2025-12-02 16:17:05 +01:00
-
50b334f88a
Add compaction examples and /branch interaction
Mario Zechner
2025-12-02 16:09:46 +01:00
-
5daef11b4c
Add compaction research and implementation plan
Mario Zechner
2025-12-02 16:00:52 +01:00
-
b69fe06d43
docs: add CI section with warning about API secrets
Mario Zechner
2025-12-02 14:52:28 +01:00
-
bc4aa4aaa1
fix(coding-agent): use describe.skipIf for RPC test with explicit model
Mario Zechner
2025-12-02 14:50:29 +01:00
-
c43f1d307c
Add CI workflow and fix workspace tests
Peter Steinberger
2025-12-02 12:12:17 +00:00
-
30f69c5f83
release: v0.12.4
Mario Zechner
2025-12-02 13:26:46 +01:00
-
7b1f975ca1
Fix Windows terminal background rendering and add /debug command
badlogic
2025-12-02 13:22:41 +01:00
-
4432fc9b72
docs: add changelog rules to prevent modifying released versions
Mario Zechner
2025-12-02 13:15:17 +01:00
-
cd62c87323
docs: fix changelog - separate v0.12.2 and v0.12.3 entries
Mario Zechner
2025-12-02 13:14:20 +01:00
-
858d041a5b
release: v0.12.3
Mario Zechner
2025-12-02 13:10:27 +01:00
-
e2e2cf116c
Enable truecolor support for Windows Terminal
badlogic
2025-12-02 13:03:48 +01:00
-
15428f10ed
Clean-up out.html
Mario Zechner
2025-12-02 13:01:13 +01:00
-
0d905ec5d9
release: v0.12.2
Mario Zechner
2025-12-02 13:00:31 +01:00
-
ccae220032
Fix Windows binary path resolution for Bun compiled executable
badlogic
2025-12-02 12:58:00 +01:00