mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 00:04:50 +00:00
fix(coding-agent): handle force-pushed git extensions in pi update
Simplified to use @{upstream} instead of branch detection.
Moved changelog entry to [Unreleased].
Closes #961
This commit is contained in:
parent
bfb21e31f8
commit
0134a2a73d
2 changed files with 6 additions and 48 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Git extension updates now handle force-pushed remotes gracefully instead of failing ([#961](https://github.com/badlogic/pi-mono/pull/961) by [@aliou](https://github.com/aliou))
|
||||
|
||||
## [0.50.0] - 2026-01-26
|
||||
|
||||
### New Features
|
||||
|
|
@ -66,7 +70,6 @@ There are multiple SDK breaking changes since v0.49.3. For the quickest migratio
|
|||
|
||||
### Fixed
|
||||
|
||||
- Git extension updates now handle force-pushed remotes gracefully instead of failing ([#961](https://github.com/badlogic/pi-mono/pull/961) by [@aliou](https://github.com/aliou))
|
||||
- Extension `setWorkingMessage()` calls in `agent_start` handlers now work correctly; previously the message was silently ignored because the loading animation didn't exist yet ([#935](https://github.com/badlogic/pi-mono/issues/935))
|
||||
- Fixed package auto-discovery to respect loader rules, config overrides, and force-exclude patterns
|
||||
- Fixed /reload restoring the correct editor after reload ([#949](https://github.com/badlogic/pi-mono/pull/949) by [@Perlence](https://github.com/Perlence))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue