• Joined on 2025-11-29
curo pushed to main at curo/Pyra 2026-05-19 00:58:34 +02:00
cfebc3cb1f fix(providers): remove url_suffix from qwen (cloud provider, fixed endpoint)
curo pushed to main at curo/Pyra 2026-05-19 00:56:39 +02:00
fd6313acd9 feat(tui): auto-correct base URL if required path suffix is missing
curo pushed to main at curo/Pyra 2026-05-19 00:53:15 +02:00
a523fa61a3 fix(chat): fall back to provider default base_url when config value is blank
curo pushed to main at curo/Pyra 2026-05-19 00:18:14 +02:00
1cf7bdf908 fix(chat): show "tools disabled" info message only once per session
curo pushed to main at curo/Pyra 2026-05-19 00:10:36 +02:00
bf29ffc7d8 fix(tui): refresh API key placeholder when switching providers
curo pushed to main at curo/Pyra 2026-05-19 00:03:17 +02:00
0b0cd07330 fix(chat): fall back to streaming when provider rejects function calling
curo pushed to main at curo/Pyra 2026-05-18 23:43:39 +02:00
f1213e28c8 feat(tui): AI provider tab + expanded General settings
curo pushed to main at curo/Pyra 2026-05-18 23:32:14 +02:00
3b89d940de fix(tui): remove border-bottom from _TitleBar so title text renders
curo pushed to main at curo/Pyra 2026-05-18 23:29:03 +02:00
ee6c32b035 feat(tui): keyboard-only ASCII redesign of config TUI
curo pushed to main at curo/Pyra 2026-05-18 23:11:47 +02:00
1412ced7a8 feat(tui): full keyboard support for config TUI and chat slash completion
54241a9e4e fix(config): fix empty General tab — height collapse and invalid CSS variable
Compare 2 commits »
curo pushed to main at curo/Pyra 2026-05-18 21:56:31 +02:00
51029d4a2d test: add coverage for config TUI, ConfigField, schema changes, and CLI auto-setup
curo pushed to main at curo/Pyra 2026-05-18 21:30:51 +02:00
1201606187 feat(config): add /config TUI with tab-based settings and plugin config framework
curo pushed to main at curo/Pyra 2026-05-18 20:19:22 +02:00
6bb7c77692 test: add comprehensive coverage for cli, chat, renderer, dirs, install, paths
curo pushed to main at curo/Pyra 2026-05-18 15:30:01 +02:00
928724ba39 docs: require git worktrees for all branch work
curo pushed to main at curo/Pyra 2026-05-18 15:28:08 +02:00
800b1e9494 docs: mark Stage 3 complete, update architecture and code inventory
curo deleted branch test from curo/Pyra 2026-05-18 15:26:57 +02:00
curo pushed to main at curo/Pyra 2026-05-18 15:26:55 +02:00
399ed8b5df test: add memory database tests and update conftest for DB isolation
b9b0918d3a feat(memory): wire database into reader, writer, and bootstrap
45e6ec32ec feat(memory): add SQLite+FTS5 database layer
Compare 3 commits »
curo pushed to test at curo/Pyra 2026-05-18 15:24:06 +02:00
399ed8b5df test: add memory database tests and update conftest for DB isolation
b9b0918d3a feat(memory): wire database into reader, writer, and bootstrap
45e6ec32ec feat(memory): add SQLite+FTS5 database layer
Compare 3 commits »
curo created branch test in curo/Pyra 2026-05-18 15:24:06 +02:00
curo pushed to main at curo/Pyra 2026-05-18 15:03:16 +02:00
84785967c3 docs: restructure roadmap and add plugin branch workflow rules