adamdottv
b94a248a0f
docs: disabled_providers
2025-06-23 10:21:25 -05:00
GitMurf
9c280d0852
feat(copilot): edit headers for better rate limit avoidance ( #321 )
2025-06-23 10:44:19 -04:00
Dax Raad
64e72f1eec
more graceful mcp failures
publish / publish (push) Has been cancelled
v0.1.121
2025-06-22 21:10:05 -04:00
Dax Raad
20d06c6173
aws autoload include more env vars
2025-06-22 20:16:10 -04:00
Dax Raad
daa89f2e11
fix double entry of github copilot in auth login
publish / publish (push) Has been cancelled
v0.1.120
2025-06-22 19:13:25 -04:00
Martin Palma
b172f79404
Add Github Copilot OAuth authentication flow ( #305 )
2025-06-22 19:11:37 -04:00
Dax Raad
f7c32c6b06
docs: contributing
2025-06-22 17:55:10 -04:00
adamdottv
b874ff0888
fix(tui): color contrast fixes for nord
2025-06-22 15:17:18 -05:00
adamdottv
5df7b580c7
fix(tui): help dialog visuals
2025-06-22 14:28:16 -05:00
Márk Magyar
a90cb9f298
ignore: fix typos and formatting ( #294 )
2025-06-22 14:26:46 -04:00
Tom
81f31481e0
fix: resolve test failures by adding missing zod-openapi import ( #301 )
...
Co-authored-by: opencode <noreply@opencode.ai >
2025-06-22 14:25:02 -04:00
Tom
aa58c7de3a
combine stdout and stderr in bash tool output ( #300 )
...
Co-authored-by: opencode <noreply@opencode.ai >
Co-authored-by: Dax Raad <d@ironbay.co >
2025-06-22 14:24:35 -04:00
Adam
b654ce47ea
fix(tui): mouse wheel escape codes leaking into input
2025-06-22 10:26:44 -05:00
adamdottv
a157edb81f
fix(tui): cleanup help dialog
publish / publish (push) Has been cancelled
v0.1.119
2025-06-22 06:44:23 -05:00
phantomreactor
129469a108
fix: invisible html tags and compact long delay ( #304 )
2025-06-22 06:29:04 -05:00
adamdottv
31d643736c
fix(tui): cleanup modal visuals
publish / publish (push) Has been cancelled
v0.1.118
2025-06-22 06:09:23 -05:00
adamdottv
96252dbadc
fix(tui): theme dialog visuals
2025-06-22 05:34:22 -05:00
Márk Magyar
63499e156f
fix: session title generation ( #293 )
2025-06-21 14:32:11 -05:00
tyrellshawn
3826151828
Created a Theme inspired by the matrix ( #285 )
2025-06-21 07:29:49 -05:00
Thomas Meire
0ff3821efa
Add error handling on the calls to the server to debug issue #132 ( #137 )
2025-06-21 07:24:39 -05:00
Dax Raad
0ae21cb235
footer clarifies it's showing context usage, not input token usage
2025-06-20 22:52:51 -04:00
Dax Raad
5cc23eeffa
huge optimization for token usage with anthropic
publish / publish (push) Has been cancelled
v0.1.117
2025-06-20 22:43:04 -04:00
Dax Raad
b11e2a5f57
Add --method option to upgrade command for manual installation method selection
...
publish / publish (push) Has been cancelled
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
v0.1.116
2025-06-20 20:48:23 -04:00
Dax Raad
04896da98c
handle brew upgrades better
2025-06-20 20:27:23 -04:00
Dax Raad
4a59893f32
make IDs more random
publish / publish (push) Has been cancelled
v0.1.115
2025-06-20 17:39:59 -04:00
Saatvik Arya
222e9d686e
docs: add API client generation instructions to README and AGENTS.md ( #273 )
2025-06-20 17:27:58 -04:00
Saatvik Arya
9f590063f6
fix: return false for missing AWS_PROFILE in amazon-bedrock provider ( #277 )
2025-06-20 17:27:27 -04:00
adamdottv
f4c59e865a
fix(tui): visual tweaks to themes
publish / publish (push) Has been cancelled
v0.1.114
2025-06-20 15:49:51 -05:00
adamdottv
c1396302f8
docs: cleanup casing
publish / publish (push) Has been cancelled
v0.1.113
2025-06-20 15:35:25 -05:00
adamdottv
b24299267e
docs: new themes docs
2025-06-20 15:31:38 -05:00
adamdottv
ac66652df1
feat(tui): one dark theme
2025-06-20 15:14:23 -05:00
adamdottv
74b025a4ea
feat(tui): kanagawa theme
2025-06-20 15:14:23 -05:00
adamdottv
bd68b08aac
feat(tui): gruvbox theme
2025-06-20 15:14:23 -05:00
adamdottv
ef51cb8c70
feat(tui): catppuccin theme
2025-06-20 15:14:22 -05:00
adamdottv
c5ea952100
feat(tui): nord theme
2025-06-20 15:14:22 -05:00
adamdottv
4e3dc82ea4
feat(tui): custom themes
2025-06-20 15:14:22 -05:00
Márk Magyar
843f831497
feat(tui): theme switcher with preview ( #264 )
2025-06-20 15:14:05 -05:00
Jay V
f0af9b3296
docs: share bugs
2025-06-20 15:50:12 -04:00
Jay V
024d093b2f
docs: share page bugs
2025-06-20 15:50:12 -04:00
Dax Raad
9632a32ecd
fix issue with conversations hanging
2025-06-20 15:49:49 -04:00
Dax Raad
1e9fa8d022
docs: readme
2025-06-20 15:22:41 -04:00
Dax Raad
4ec02330f3
Consolidate session context handling and add global config support
...
publish / publish (push) Has been cancelled
Refactored context file discovery by removing separate SessionContext module and integrating functionality into SystemPrompt.context(). Added support for finding AGENTS.md and CLAUDE.md files in global config directories.
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai >
v0.1.112
2025-06-20 15:14:12 -04:00
Josh
a3c73c4322
feat: forward provider options from model config ( #202 )
...
publish / publish (push) Has been cancelled
Co-authored-by: Dax Raad <d@ironbay.co >
v0.1.111
2025-06-20 15:03:41 -04:00
Dmytro Yankovskyi
0419533097
fix( #243 ): claude on aws bedrock ( #241 )
...
publish / publish (push) Has been cancelled
Co-authored-by: Dax Raad <d@ironbay.co >
v0.1.110
2025-06-20 14:57:33 -04:00
niba
b28abc7b6c
chore: use client_id everywhere ( #260 )
2025-06-20 14:56:33 -04:00
adamdottv
ef298f3e9e
docs: theme schema update
2025-06-20 13:51:32 -05:00
adamdottv
e1a186f869
docs: theme schema
2025-06-20 13:00:32 -05:00
adamdottv
fdbdf1d281
chore(tui): rename theme colors
2025-06-20 13:00:31 -05:00
Jay V
2746ce1673
docs: add config
2025-06-20 13:22:31 -04:00
Jay V
91b4ee0c15
docs: share header
2025-06-20 13:12:35 -04:00