mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 19:04:37 +00:00
fix(coding-agent): use dynamic paths in error messages (#887)
Error messages for missing credentials and shell config now use getAuthPath() and getSettingsPath() instead of hardcoded ~/.pi/agent/ paths, so they correctly reflect PI_CODING_AGENT_DIR when set.
This commit is contained in:
parent
620239bd3f
commit
69d02b8a5f
3 changed files with 6 additions and 4 deletions
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
### Fixed
|
||||
|
||||
- Fixed error messages showing hardcoded `~/.pi/agent/` paths instead of respecting `PI_CODING_AGENT_DIR` ([#887](https://github.com/badlogic/pi-mono/pull/887) by [@aliou](https://github.com/aliou))
|
||||
- Fixed `write` tool not displaying errors in the UI when execution fails ([#856](https://github.com/badlogic/pi-mono/issues/856))
|
||||
- Fixed HTML export using default theme instead of user's active theme
|
||||
- Show session name in the footer and terminal / tab title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue