Mario Zechner
ea2b70ddd9
Release v0.75.5
2026-05-23 11:58:31 +02:00
Mario Zechner
3533843dd7
Release v0.75.4
2026-05-20 16:11:46 +02:00
Mario Zechner
2e02c74dcb
chore: pin dependencies and use native TypeScript
2026-05-20 12:46:17 +02:00
Armin Ronacher
ae9450dc51
chore(ts): use source import extensions
2026-05-20 00:04:03 +02:00
Mario Zechner
93ecdbea35
fix(coding-agent): improve subagent parallel summaries closes #4710
2026-05-18 22:52:59 +02:00
Mario Zechner
a7d8dd3d5d
Release v0.75.3
2026-05-18 11:58:34 +02:00
Mario Zechner
ea713ba174
Release v0.75.2
2026-05-18 11:46:23 +02:00
Mario Zechner
73a61654af
Release v0.75.1
2026-05-18 02:01:03 +02:00
Mario Zechner
12f5c00cc1
Release v0.75.0
2026-05-17 21:02:49 +02:00
Mario Zechner
2c708492e3
Release v0.74.1
2026-05-17 01:35:45 +02:00
Mario Zechner
6ff6dc6278
Merge pull request #4383 from maximilianzuern/docs/fixToolConfig
...
fix(coding-agent) docs: update tool configuration API in SDK docs
2026-05-13 00:16:50 +02:00
Michael Yu
d68011dab1
fix(coding-agent): dispose SDK example sessions
2026-05-11 13:26:08 +08:00
Maximilian
df72d5eefe
fix inconsistency in README
2026-05-11 00:16:46 +02:00
Maximilian
4eadc8fd3e
fix tool config in example in SDK README.md
2026-05-10 23:34:28 +02:00
Armin Ronacher
76131673d3
docs(coding-agent): update theme schema URLs
2026-05-09 23:03:58 +02:00
Mario Zechner
1eee081e29
Release v0.74.0
2026-05-07 17:15:00 +02:00
Mario Zechner
551385e409
chore: migrate packages to earendil works scope
2026-05-07 17:13:48 +02:00
Mario Zechner
781152fc24
Release v0.73.1
2026-05-07 16:44:28 +02:00
Mario Zechner
3e5ad67e0f
chore: migrate pi packages to earendil works scope
2026-05-07 15:59:42 +02:00
Armin Ronacher
dbcb473d6f
Release v0.73.0
2026-05-04 20:32:03 +02:00
Mario Zechner
036bde0a5d
Release v0.72.1
2026-05-02 14:57:51 +02:00
Mario Zechner
196226bcc0
Release v0.72.0
2026-05-02 01:54:59 +02:00
Mario Zechner
80a439055d
Release v0.71.1
2026-05-01 13:11:52 +02:00
Mario Zechner
f4efeb2ba5
Release v0.71.0
2026-05-01 01:03:02 +02:00
Mario Zechner
8db0d28389
chore(coding-agent): remove Qwen CLI extension example
2026-05-01 01:01:54 +02:00
Mario Zechner
fe66edd943
remove gemini cli and antigravity support
2026-04-30 21:24:36 +02:00
Mario Zechner
2fa7c2ef2f
fix(coding-agent): use compacted context for handoff
...
closes #3945
2026-04-29 23:38:47 +02:00
Mario Zechner
c84cfc77e6
fix(coding-agent): update sandbox lodash lockfile
...
closes #3901
2026-04-29 22:52:01 +02:00
Mario Zechner
6b48e4ac6b
Release v0.70.6
2026-04-28 19:33:29 +02:00
Mario Zechner
3e40429b09
Release v0.70.5
2026-04-27 21:50:31 +02:00
Mario Zechner
0ec122f5da
Release v0.70.4
2026-04-27 21:44:48 +02:00
Mario Zechner
24321b47c9
Release v0.70.3
2026-04-27 21:27:16 +02:00
Mario Zechner
0b271a2c4f
fix(coding-agent): polish border status editor example
...
closes #3674
2026-04-24 23:24:38 +02:00
Mario Zechner
6580dae400
feat(coding-agent): allow hiding working loader
...
closes #3674
2026-04-24 23:17:43 +02:00
Mario Zechner
48aa882b5a
Release v0.70.2
2026-04-24 14:19:20 +02:00
Mario Zechner
6b443c685f
Release v0.70.1
2026-04-24 14:08:25 +02:00
Mario Zechner
612be54c28
Release v0.70.0
2026-04-24 01:00:41 +02:00
Mario Zechner
f0cf8a59d2
fix(coding-agent): handle stale extension contexts
...
fixes #3606
2026-04-23 22:07:13 +02:00
Mario Zechner
cc76e73c05
fix(coding-agent): persist custom working message across loader recreation
...
Replace transient pendingWorkingMessage with a persistent workingMessage
field on InteractiveMode, matching the workingIndicatorOptions pattern.
New loaders now use this.workingMessage || this.defaultWorkingMessage
instead of always falling back to the default.
Also add working-message-test.ts extension example.
closes #3566
2026-04-22 22:24:32 +02:00
Mario Zechner
85a9ce3024
Release v0.69.0
2026-04-22 21:36:47 +02:00
Mario Zechner
3dacaa8ed9
fix(coding-agent,tui): drop typebox compiler shim and fix progress
2026-04-22 21:12:20 +02:00
Armin Ronacher
35ff2689ee
fix(typebox): migrate to v1 with extension compat ( #3474 )
...
* fix(typebox): migrate to v1 with extension compat
Replace AJV-based validation with TypeBox-native validation, keep legacy extension imports working (including @sinclair/typebox/compiler), and restore coercion for serialized/plain JSON schemas.
This change closes #3112 .
* fix(typebox): use canonical imports and harden coercion
Switch first-party code to canonical typebox imports while retaining legacy extension aliases in the loader.
Remove obsolete runtime codegen guards, expand serialized JSON-schema coercion coverage, and update related tests and fixtures.
Fixes #3112 .
---------
Co-authored-by: Mario Zechner <badlogicgames@gmail.com >
2026-04-22 19:59:33 +02:00
Mario Zechner
8234ebf9ee
feat(coding-agent,tui): add stacked autocomplete providers closes #2983
2026-04-22 15:44:08 +02:00
Mario Zechner
0e5b6e54f0
docs(coding-agent): add terminating structured output example closes #3525
2026-04-22 14:27:03 +02:00
Mario Zechner
a2c183db0f
Release v0.68.1
2026-04-22 02:14:13 +02:00
Aliou Diallo
01ec6e2e7f
docs(coding-agent): fix promptGuidelines examples to name tools explicitly ( #3489 )
...
promptGuidelines bullets are appended flat to the Guidelines section
with no tool name prefix. Using 'Use this tool when...' is ambiguous
because the LLM cannot tell which tool 'this' refers to. Updated docs
and examples to use explicit tool names instead.
2026-04-21 13:07:42 +02:00
Mario Zechner
6f345b78d5
Release v0.68.0
2026-04-20 23:54:54 +02:00
Douglas Stephen
1891b9ac01
feat: Expose BuildSystemPromptOptions on before-agent-start event. ( #3473 )
...
Resolves : #3463
2026-04-20 23:06:47 +02:00
Mario Zechner
5a4e22ea44
fix(coding-agent): remove process-cwd tool singletons and use tool-name allowlists
...
- switch SDK/CLI tool selection to name-based allowlists
- apply allowlists across built-in, extension, and SDK tools
- remove ambient process.cwd defaults from core tooling and resource helpers
- update tests, examples, and TUI callers for explicit cwd plumbing
- add regression coverage for extension tool filtering
closes #3452
closes #2835
2026-04-20 22:05:28 +02:00
Mario Zechner
27c1544839
fix(coding-agent): use tool-name allowlists and remove cwd-bound singletons
...
- treat tools as a global allowlist across built-in, extension, and SDK tools
- remove process-cwd singleton tool usage from SDK and CLI paths
- add regression coverage for extension tool filtering
closes #3452
closes #2835
2026-04-20 22:05:28 +02:00