Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
62fad94
fix(ai): surface provider HTTP error body instead of opaque SDK message
stephanmck Jun 17, 2026
73581ea
fix(coding-agent): avoid pre-prompt compaction continue
yzhg1983 Jun 25, 2026
7ba1b6b
feat(coding-agent): add get_entries and get_tree RPC commands
geraschenko Jun 11, 2026
234c2ad
Merge pull request #6078 from geraschenko/rpc-get-entries-tree
badlogic Jun 28, 2026
a8c692c
Merge pull request #6074 from yzhg1983/private/pre-prompt-compaction-…
badlogic Jun 28, 2026
8f64353
fix: restrict bot gate bypasses
mitsuhiko Jun 28, 2026
5411373
fix(ai): use HTTP timeout for Codex SSE headers
mitsuhiko Jun 28, 2026
b91bdd5
fix(ai): preserve Z.AI thinking content
vegarsti Jun 29, 2026
541d11f
chore: approve contributor skhoroshavin
github-actions[bot] Jun 29, 2026
5d49927
fix(coding-agent): stabilize interactive status indicators
badlogic Jun 29, 2026
6fbeba5
Merge pull request #5832 from stephanmck/fix/provider-error-body-pass…
badlogic Jun 29, 2026
927e980
fix(coding-agent): fix compaction event regression test
badlogic Jun 29, 2026
726a9c5
fix(coding-agent): emit session name changes to extensions
xl0 Jun 30, 2026
3d6acb3
fix(ai): regenerate model catalog
vegarsti Jun 30, 2026
939c39a
Merge pull request #6175 from xl0/session-info-changed
badlogic Jun 30, 2026
2117b61
fix(coding-agent): handle undici mid-stream client errors
badlogic Jun 30, 2026
6564d94
feat(coding-agent): add configurable assistant output padding
xl0 Jun 30, 2026
9be55bc
fix(coding-agent): apply output padding to user messages
badlogic Jun 30, 2026
e547bb9
fix(coding-agent): refresh session state before next turn
pmateusz Jun 30, 2026
fd6659d
fix(coding-agent): preserve run prompt during tool refresh
badlogic Jun 30, 2026
5c1a297
fix(ai): update generated model catalogue
badlogic Jun 30, 2026
f98a154
docs: audit changelog entries
badlogic Jun 30, 2026
a23abe4
Release v0.80.3
badlogic Jun 30, 2026
dd87c02
Add [Unreleased] section for next cycle
badlogic Jun 30, 2026
9aadf8f
sync: merge upstream v0.80.3
actions-user Jun 30, 2026
5056148
sync: record upstream pin dd87c02
actions-user Jun 30, 2026
2097a6d
docs(changelog): audit upstream dd87c02
actions-user Jun 30, 2026
bcdff49
fix(coding-agent): resolve status indicator merge types
actions-user Jun 30, 2026
6a9c03d
fix(coding-agent): preserve fork status and compaction behavior
actions-user Jun 30, 2026
9dc1fe2
docs: record upstream merge report
actions-user Jun 30, 2026
7f20ae7
chore: remove upstream agent report
actions-user Jun 30, 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
247 changes: 0 additions & 247 deletions .github/APPROVED_CONTRIBUTORS

This file was deleted.

6 changes: 3 additions & 3 deletions .github/upstream.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"repo": "badlogic/pi-mono",
"tag": "v0.80.2",
"sha": "ec6311beb5b24fc918e5031173608447582d7262",
"synced_at": "2026-06-23T22:38:12Z"
"tag": "v0.80.3",
"sha": "dd87c02cbf2681c9301cf809146651483ff16030",
"synced_at": "2026-06-30T20:54:12Z"
}
127 changes: 0 additions & 127 deletions .github/workflows/issue-gate.yml

This file was deleted.

Loading