co-mono/packages/coding-agent/src/core
Mario Zechner 2b04aefa6d feat(ai): add AWS ECS/IRSA credential detection for Bedrock, fixes #848
Added support for additional AWS credential environment variables:
- AWS_CONTAINER_CREDENTIALS_RELATIVE_URI (ECS task roles)
- AWS_CONTAINER_CREDENTIALS_FULL_URI (ECS task roles)
- AWS_WEB_IDENTITY_TOKEN_FILE (IRSA for Kubernetes)

Also fixed undefined currentModel variable in OAuth error handling.
2026-01-19 16:10:10 +01:00
..
compaction feat(coding-agent): add extension compaction helpers 2026-01-17 11:40:39 +01:00
export-html Improves the HTML export (#853) 2026-01-19 15:57:44 +01:00
extensions feat(coding-agent): Add widget placement option (#850) 2026-01-19 15:54:24 +01:00
tools chore: simplify codex prompt handling 2026-01-17 21:53:01 +01:00
agent-session.ts fix(coding-agent): prevent crash on OAuth authentication failure (#849) 2026-01-19 15:59:45 +01:00
auth-storage.ts Revert "Remove Anthropic OAuth support" 2026-01-09 06:00:20 +01:00
bash-executor.ts fix(coding-agent): UTF-8 corruption in remote bash execution 2026-01-10 13:55:02 +01:00
event-bus.ts Fix event bus async error handling, clear pending messages on session switch, improve SDK docs 2026-01-04 22:04:50 +01:00
exec.ts Merge hooks and custom-tools into unified extensions system (#454) 2026-01-05 01:43:35 +01:00
footer-data-provider.ts fix(coding-agent): footer git branch not updating after external branch switches 2026-01-11 23:27:22 +01:00
index.ts Rename /branch command to /fork 2026-01-11 23:12:31 +01:00
keybindings.ts refactor: use configurable keybindings for all UI hints (#724) 2026-01-14 15:42:03 +01:00
messages.ts Merge hooks and custom-tools into unified extensions system (#454) 2026-01-05 01:43:35 +01:00
model-registry.ts fix(ai): skip errored/aborted assistant messages in transform-messages 2026-01-19 15:55:29 +01:00
model-resolver.ts feat(ai): add support for MiniMax China (minimax-cn) provider (#725) 2026-01-14 15:41:47 +01:00
prompt-templates.ts feat: add bash-style array slicing for $@ in prompt templates 2026-01-16 12:05:53 +01:00
sdk.ts feat(ai): add AWS ECS/IRSA credential detection for Bedrock, fixes #848 2026-01-19 16:10:10 +01:00
session-manager.ts fix(session): improve session ID resolution with global search and fork support (#785) 2026-01-16 20:18:10 +01:00
settings-manager.ts fix(tui): always position cursor for IME 2026-01-17 11:40:39 +01:00
skills.ts Centralize frontmatter parsing + parse frontmatter with yaml library (#728) 2026-01-16 00:31:53 +01:00
system-prompt.ts chore: simplify codex prompt handling 2026-01-17 21:53:01 +01:00
timings.ts Release v0.27.1 2025-12-22 19:28:26 +01:00