Commit graph

  • ee5228becf Fix help text to use 'pi' instead of 'coding-agent' Mario Zechner 2025-11-20 13:00:38 +01:00
  • 95247a3e5e Add documentation for model cycling feature Mario Zechner 2025-11-20 12:58:31 +01:00
  • fecf9734b0 Add --models parameter for quick model cycling with Ctrl+P Mario Zechner 2025-11-20 12:57:20 +01:00
  • 097ff25ed4 Release v0.7.24 Mario Zechner 2025-11-20 12:41:00 +01:00
  • c7e4c84731 Simplify thinking level display in footer (remove 'Thinking:' prefix) Mario Zechner 2025-11-20 12:38:55 +01:00
  • 23d6746bb9 Don't show 'Thinking: off' in footer when thinking is disabled Mario Zechner 2025-11-20 12:37:17 +01:00
  • cfcdcf055d Add CHANGELOG and README docs for thinking level cycling feature Mario Zechner 2025-11-20 12:35:54 +01:00
  • 973a129407 Merge PR #36: Add Shift+Tab thinking level cycling with visual border feedback Mario Zechner 2025-11-20 12:34:12 +01:00
  • d771475f98 Fix superfluous newline in update notification Mario Zechner 2025-11-20 12:28:18 +01:00
  • e3c4dd22ae Fix TypeScript error in version check Mario Zechner 2025-11-20 12:00:51 +01:00
  • b3d4478b61 Release v0.7.23 Mario Zechner 2025-11-20 11:59:17 +01:00
  • ddb5a4497f Remove the garbage the agent left behind and commited Mario Zechner 2025-11-20 11:03:01 +01:00
  • ac34a810dd fix: change thinking level cycling from Ctrl+T to Shift+Tab Tino Ehrich 2025-11-19 18:07:53 +01:00
  • 5336843de8 fix: change thinking level cycling from Tab to Ctrl+T Tino Ehrich 2025-11-19 10:41:58 +01:00
  • b367f5bec6 refactor: improve thinking level display in footer Tino Ehrich 2025-11-19 10:39:21 +01:00
  • 0df48f6b33 feat: add visual thinking level indicator via border colors Tino Ehrich 2025-11-19 10:38:10 +01:00
  • 9e8373b86a feat: add Tab key to cycle through thinking levels Tino Ehrich 2025-11-19 10:18:24 +01:00
  • 1f68d6eb40 Release v0.7.22 Mario Zechner 2025-11-19 01:50:45 +01:00
  • 1b28780155 Release v0.7.21 Mario Zechner 2025-11-19 00:56:16 +01:00
  • 5112fc6ba9 Release v0.7.20 Mario Zechner 2025-11-18 22:52:49 +01:00
  • 38ac29acfb Add ANSI-aware word wrapping to TUI components Mario Zechner 2025-11-18 22:26:24 +01:00
  • 22d8a0ae4a Release v0.7.18 Mario Zechner 2025-11-18 22:08:44 +01:00
  • a11c1aa4ff Release v0.7.17 Mario Zechner 2025-11-18 17:49:12 +01:00
  • 587d7c39a4 feat(coding-agent): add OAuth authentication for Claude Pro/Max Mario Zechner 2025-11-18 17:33:33 +01:00
  • 387cc97bac Fix Anthropic API rejection when resubmitting aborted thinking blocks Mario Zechner 2025-11-18 14:36:57 +01:00
  • 6680034a64 Release v0.7.16 Mario Zechner 2025-11-17 14:12:04 +01:00
  • f2b3953711 v0.7.15: Anthropic OAuth support Mario Zechner 2025-11-17 12:53:57 +01:00
  • 063b7e0f11 chore: bump coding-agent to 0.7.14 - fix Anthropic OAuth and Mistral API compatibility Mario Zechner 2025-11-17 12:46:59 +01:00
  • a5ed6ab641 v0.7.13: Unicode input support for TUI editor Mario Zechner 2025-11-16 23:08:10 +01:00
  • 21f24061bb Merge branch 'fix/support-umlauts-and-unicode' Mario Zechner 2025-11-16 23:06:06 +01:00
  • 3b6ef6cf57 refactor(tui): Use explicit charCode check for unicode filtering Mario Zechner 2025-11-16 23:05:19 +01:00
  • 0c5cbd0068 v0.7.12: Custom models/providers support via models.json Mario Zechner 2025-11-16 22:56:24 +01:00
  • 112ce6e5d1 Footer shouldn't explode when no model is given. Mario Zechner 2025-11-16 22:35:27 +01:00
  • e0c2745989 Add gpt-5.1-codex to model list Mario Zechner 2025-11-16 22:35:09 +01:00
  • 4a83da00c4 Merge branch 'main' into fix/support-umlauts-and-unicode Mario Rodler 2025-11-16 21:08:31 +01:00
  • b37d601317 test(editor): Simplify and refine Unicode handling tests for clarity and consistency Mario Rodler 2025-11-16 21:05:49 +01:00
  • 9b08f92dd9 Filter model selector by API keys and add user-facing documentation Mario Zechner 2025-11-16 21:01:31 +01:00
  • 977dfec5c9 Merge pull request #19 from CarlosGtrz/filter-model-selector-by-api-key Mario Zechner 2025-11-16 20:43:02 +01:00
  • ce0c42f539 test(editor): Add tests for handling extended characters, emojis, and special key inputs Mario Rodler 2025-11-16 18:15:21 +01:00
  • c8dcf1cdae feat(tui): Editor now handles extended character input (e.g., umlauts) and updates key binding documentation Mario Rodler 2025-11-16 18:09:17 +01:00
  • 58eefa8d3d Filter model selector to only show models with configured API keys Carlos Gutierrez 2025-11-15 18:49:30 -07:00
  • 3932c5e04c Add lifecycle callbacks to SandboxRuntimeProvider for abort signal support Mario Zechner 2025-11-16 00:56:20 +01:00
  • 901449b38a Pin pdfjs-dist to exact version 5.4.394 to fix worker version mismatch Mario Zechner 2025-11-16 00:03:58 +01:00
  • 147a850de2 Remove instructions to run publish:dry Mario Zechner 2025-11-14 23:56:58 +01:00
  • b9c2f0a492 Release 0.7.10 Mario Zechner 2025-11-14 23:55:56 +01:00
  • 8ae236f956 Add /branch command for conversation branching (fixes #16) Mario Zechner 2025-11-14 23:52:46 +01:00
  • 85ea9f500c chore: bump version to 0.7.9 Mario Zechner 2025-11-14 23:22:20 +01:00
  • a686f61c1d feat(tui): improve editor Ctrl/Alt word and line deletion shortcuts Mario Zechner 2025-11-14 23:19:24 +01:00
  • 508d1bb2d6 Clean-up Mario Zechner 2025-11-14 21:32:16 +01:00
  • ced5fc3394 Bump version to 0.7.8 Mario Zechner 2025-11-13 23:49:04 +01:00
  • 29ca62fb6e Document /changelog slash command in coding-agent README Mario Zechner 2025-11-13 23:46:14 +01:00
  • 25a8910ca5 Simplify development section in README Mario Zechner 2025-11-13 23:43:15 +01:00
  • 43767e0b2a Remove sitegeist reference Mario Zechner 2025-11-13 23:42:34 +01:00
  • bc01ed5eb6 Document npm run dev for watch mode development Mario Zechner 2025-11-13 23:42:04 +01:00
  • bc670bc63c Fix lockstep versioning and improve documentation Mario Zechner 2025-11-13 23:37:43 +01:00
  • 7b347291ff Update CHANGELOG for PR #13 - Windows Git Bash detection improvements Mario Zechner 2025-11-13 23:23:43 +01:00
  • b22dfcd2be Merge pull request #13 from CarlosGtrz/refactor/bash-windows-detection Mario Zechner 2025-11-13 23:22:17 +01:00
  • 0ef3370085 Fix: Capture error from turn_end event in agent state Mario Zechner 2025-11-13 23:20:03 +01:00
  • 5d91495402 refactor: consolidate Windows Git Bash detection and improve error messages Carlos Gutierrez 2025-11-13 14:15:22 -07:00
  • ed9786e5d6 Fix aborted message spacing Mario Zechner 2025-11-13 22:28:31 +01:00
  • a3f6544c31 Update CHANGELOG for issue #12 fix Mario Zechner 2025-11-13 22:12:27 +01:00
  • 4ff9c826d8 Fix context percentage showing 0% when last message was aborted Mario Zechner 2025-11-13 22:12:04 +01:00
  • aecb4cd3bb Update CHANGELOG for Windows Git Bash support Mario Zechner 2025-11-13 22:03:34 +01:00
  • 7cac45fb0d Merge PR #1: Add Windows Git Bash support Mario Zechner 2025-11-13 22:03:16 +01:00
  • 81052d9b42 Improve Git Bash not found error message Mario Zechner 2025-11-13 22:03:00 +01:00
  • b49ac57d59 Fix changelog spacing. Mario Zechner 2025-11-13 21:59:03 +01:00
  • fede1303b1 Fix AGENTS.md support, changelog viewer, and session model storage Mario Zechner 2025-11-13 21:56:58 +01:00
  • c23f1576dc Fix markdown component nested list rendering. Mario Zechner 2025-11-13 21:43:18 +01:00
  • c82f9f4f8c Add settings manager, show changelog on startup if not shown yet. Mario Zechner 2025-11-13 21:19:57 +01:00
  • 16740ea077 Merge pull request #4 from enisdenjo/split-1 Mario Zechner 2025-11-13 21:10:53 +01:00
  • 074568df9c Merge pull request #5 from enisdenjo/openrouter-and-env Mario Zechner 2025-11-13 21:10:02 +01:00
  • ad208fd80b Remove .html file. Mario Zechner 2025-11-13 20:43:13 +01:00
  • 3dc1f1dcc5 split 1 Denis Badurina 2025-11-13 11:15:58 +01:00
  • 1ecf02020d regen models and openrouter auto Denis Badurina 2025-11-13 10:20:38 +01:00
  • 3d7edfa6d4 feat: add Windows Git Bash support to bash tool Carlos Gutierrez 2025-11-12 22:07:44 -07:00
  • c3d8eaff68 chore: bump version to 0.7.5 Mario Zechner 2025-11-13 01:31:21 +01:00
  • c8d762833a chore: bump version to 0.7.4 Mario Zechner 2025-11-13 01:30:26 +01:00
  • adbe47c255 chore: bump version to 0.7.3 Mario Zechner 2025-11-13 01:29:42 +01:00
  • d2e4a34772 fix: make read tool output more concise for images Mario Zechner 2025-11-13 01:28:39 +01:00
  • 39e22f1294 chore: bump versions to 0.7.2 Mario Zechner 2025-11-13 01:00:22 +01:00
  • 6cf2ac0519 fix: remove debug context window size from footer Mario Zechner 2025-11-13 01:00:06 +01:00
  • 97ac82312f fix: update footer state when rendering initial messages on resume/continue Mario Zechner 2025-11-13 00:58:20 +01:00
  • 4019acf1f0 chore: bump versions to 0.7.1 Mario Zechner 2025-11-13 00:05:09 +01:00
  • 383b67b5c0 feat: add tool call and result counts to /session command Mario Zechner 2025-11-13 00:02:24 +01:00
  • b1410ef903 chore: bump versions to 0.7.0 Mario Zechner 2025-11-12 23:54:57 +01:00
  • 29900ce647 feat: make bash tool timeout optional and configurable Mario Zechner 2025-11-12 23:53:27 +01:00
  • 60cea11f37 chore: bump versions to 0.6.3 Mario Zechner 2025-11-12 23:51:08 +01:00
  • a2dc1187dc fix: handle Windows paths in session directory generation Mario Zechner 2025-11-12 23:50:30 +01:00
  • 43a1c1ae44 chore: sync all versions to 0.6.2 and fix workspace references Mario Zechner 2025-11-12 23:44:05 +01:00
  • 88c65a7007 chore: bump versions to 0.6.1/0.6.2 Mario Zechner 2025-11-12 23:40:42 +01:00
  • 0e5778c69b README.md update for coding agent Mario Zechner 2025-11-12 23:38:35 +01:00
  • 227aedc6db docs: rewrite opening paragraph with clearer value proposition Mario Zechner 2025-11-12 23:34:26 +01:00
  • c0f94c2bba docs: note exa-search was built by agent in ~2 minutes Mario Zechner 2025-11-12 23:30:39 +01:00
  • 42e0cbd4f4 docs: add real-world example linking to exa-search tools Mario Zechner 2025-11-12 23:28:40 +01:00
  • 271810c808 docs: add Background Bash section before Planned Features Mario Zechner 2025-11-12 23:25:29 +01:00
  • c4102c7b81 docs: clarify auto-compaction options and fix flicker claim Mario Zechner 2025-11-12 23:22:40 +01:00
  • cf2a0d1c22 docs: clarify planning approach in Planning section Mario Zechner 2025-11-12 23:21:27 +01:00
  • 6f032fbbf7 docs: add Planning section and improve auto-compaction note Mario Zechner 2025-11-12 23:19:58 +01:00
  • 9066f58ca7 docs: add To-Dos section explaining no built-in support Mario Zechner 2025-11-12 23:16:14 +01:00
  • e9935beb5f docs: add Sub-Agents and Planned Features sections Mario Zechner 2025-11-12 23:14:36 +01:00