Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
217cf24
fix(desktop): Revert provider icon on select model dialog (#8245)
dbpolito Jan 13, 2026
a70932f
feat: add Undertale and Deltarune built-in themes (#8240)
cmdr-chara Jan 13, 2026
92089bb
chore: generate
actions-user Jan 13, 2026
3600bd2
feat(desktop): Ask Question Tool Support (#8232)
dbpolito Jan 13, 2026
80e1173
fix(mcp): close existing client before reassignment to prevent leaks …
sauerdaniel Jan 13, 2026
b68a4a8
fix(state): delete key from recordsByKey on instance disposal (#8252)
sauerdaniel Jan 13, 2026
5947fe7
docs: document ~/.claude/CLAUDE.md compatibility behavior (#8268)
zeke Jan 13, 2026
05867f9
feat: Add GitLab Duo Agentic Chat Provider Support (#7333)
vglafirov Jan 13, 2026
797a568
fix(cli): mcp auth duplicate radio button icon (#8273)
dmmulroy Jan 13, 2026
1258f7a
Update Nix flake.lock and x86_64-linux hash
actions-user Jan 13, 2026
3a750b0
Update aarch64-darwin hash
actions-user Jan 13, 2026
96ae592
tweak: ensure external dir and bash tool invocations render workdir d…
rekram1-node Jan 13, 2026
33ba064
tweak: external dir permission rendering in tui
rekram1-node Jan 13, 2026
1550ae4
add family to gpt 5.2 codex in codex plugin
rekram1-node Jan 13, 2026
66b7a49
fix(prompt-input): handle Shift+Enter before IME check to prevent stu…
josephbharrison Jan 13, 2026
0a3c72d
feat: add plan mode with enter/exit tools (#8281)
thdxr Jan 13, 2026
3f3816c
chore: generate
actions-user Jan 13, 2026
501347c
test: fix plan agent test path from .opencode/plan/* to .opencode/pla…
thdxr Jan 13, 2026
ec4a440
remove plan
thdxr Jan 13, 2026
774c24e
fix: update User-Agent string to latest Chrome version in webfetch (#…
AlanThiec Jan 13, 2026
452f11f
fix: Add Plugin Mocks to Provider Tests (#8276)
vglafirov Jan 13, 2026
5a309c2
chore: generate
actions-user Jan 13, 2026
0eb898a
tweak: prompt for explore agent better
rekram1-node Jan 13, 2026
0187b6b
do not allow agent to ask custom-less questions
thdxr Jan 13, 2026
3565d8e
release: v1.1.19
Jan 13, 2026
69411bf
refactor(tui): use SDK client for tool list dialog
shuv1337 Jan 14, 2026
e660de4
chore: update lockfile with fork dependencies
shuv1337 Jan 14, 2026
7a9bf58
sync: merge upstream v1.1.19 into integration
shuv1337 Jan 14, 2026
5454765
sync: record last synced tag v1.1.19
shuv1337 Jan 14, 2026
15765ce
merge: incorporate integration release commit
shuv1337 Jan 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: generate
  • Loading branch information
actions-user committed Jan 13, 2026
commit 3f3816c0f2454aa240a40f4f296deebcfa55cb0b
9 changes: 8 additions & 1 deletion packages/sdk/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7122,6 +7122,10 @@
"multiple": {
"description": "Allow selecting multiple choices",
"type": "boolean"
},
"custom": {
"description": "Allow typing a custom answer (default: true)",
"type": "boolean"
}
},
"required": ["question", "header", "options"]
Expand Down Expand Up @@ -7507,6 +7511,9 @@
"type": "string",
"pattern": "^ses.*"
},
"slug": {
"type": "string"
},
"projectID": {
"type": "string"
},
Expand Down Expand Up @@ -7593,7 +7600,7 @@
"required": ["messageID"]
}
},
"required": ["id", "projectID", "directory", "title", "version", "time"]
"required": ["id", "slug", "projectID", "directory", "title", "version", "time"]
},
"Event.session.created": {
"type": "object",
Expand Down