Commit Graph

  • 94d5408875 add instructions for connecting to a visual debugger under Contributing (#496) Michael Bolin 2025-04-22 09:43:10 -07:00
  • 9b06fb48a7 add check to ensure ToC in README.md matches headings in the file (#541) Michael Bolin 2025-04-22 09:38:12 -07:00
  • dd330646d2 feat: add CLI –version flag (#492) narenoai 2025-04-22 09:28:21 -07:00
  • ee6e1765fa agent-loop: minimal mid-stream #429 retry loop using existing back-off (#506) Scott Leibrand 2025-04-22 08:02:10 -07:00
  • 98a22273d9 fix: inconsistent usage of base URL and API key (#507) Gabriel Bianconi 2025-04-22 10:51:26 -04:00
  • d78f77edb7 fix(agent-loop): update required properties to include workdir and ti… (#530) Thomas 2025-04-23 00:32:36 +10:00
  • c00ae2dcc1 Enforce ASCII in README.md (#513) Michael Bolin 2025-04-22 07:07:40 -07:00
  • 2cb8355968 bump(version): 0.1.2504220136 (#518) Fouad Matin 2025-04-22 01:45:30 -07:00
  • 9f5ccbb618 feat: add support for ZDR orgs (#481) Fouad Matin 2025-04-22 01:30:16 -07:00
  • 3eba86a553 include fractional portion of chunk that exceeds stdout/stderr limit (#497) Michael Bolin 2025-04-21 19:06:03 -07:00
  • 99ed27ad1b bump(version): 0.1.2504211509 (#493) Fouad Matin 2025-04-21 15:13:33 -07:00
  • 0e9d75657b update: readme (#491) Fouad Matin 2025-04-21 15:06:03 -07:00
  • e7a3eec942 docs: Add note about non-openai providers; add --provider cli flag to the help (#484) Daniel Nakov 2025-04-21 17:53:09 -04:00
  • 09f0ae3899 fix: unintended tear down of agent loop (#483) Mitchell Kutchuk 2025-04-21 15:01:09 -04:00
  • f72cfd7ef3 fix: correct fish completion function name in CLI script (#485) Benny Yen 2025-04-22 02:45:49 +08:00
  • 12ec57b330 do not auto-approve the find command if it contains options that write files or spawn commands (#482) Michael Bolin 2025-04-21 10:29:58 -07:00
  • 7346f4388e chore: drop src from publish (#474) Jon Church 2025-04-21 12:56:00 -04:00
  • d36d295a1a revert #386 due to unsafe shell command parsing (#478) Michael Bolin 2025-04-21 09:52:11 -07:00
  • 797eba4930 fix: /clear now clears terminal screen and resets context left indicator (#425) nerdielol 2025-04-21 12:39:46 -04:00
  • 5b19451770 chore(build): cleanup dist before build (#477) Jon Church 2025-04-21 12:35:25 -04:00
  • 3c4f1fea9b chore: consolidate model utils and drive-by cleanups (#476) Thibault Sottiaux 2025-04-21 12:33:57 -04:00
  • dc276999a9 chore: improve storage/ implementation; use log(...) consistently (#473) Thibault Sottiaux 2025-04-21 09:51:34 -04:00
  • 8f1ea7fa85 fix: remove extraneous type casts (#462) Aaron Casanova 2025-04-21 00:00:56 -07:00
  • 3e71c87708 refactor(updates): fetch version from registry instead of npm CLI to support multiple managers (#446) Benny Yen 2025-04-21 15:00:20 +08:00
  • 655564f25d fix: auto-open model-selector when model is not found (#448) Abdelrhman Kamal Mahmoud Ali Slim 2025-04-20 23:56:20 -07:00
  • ee3a9bc14b Remove README.md and bin from package.json#files field (#461) Aaron Casanova 2025-04-20 23:54:27 -07:00
  • ee7ce5b601 feat: tab completions for file paths (#279) Aiden Cline 2025-04-21 00:34:27 -05:00
  • f6b12aa994 refactor(history-overlay): split into modular functions & add tests (fixes #402) (#403) Jordan Docherty 2025-04-20 22:27:06 -07:00
  • f97557f59f refactor(component): rename component to match its filename (#432) Abdelrhman Kamal Mahmoud Ali Slim 2025-04-20 22:21:49 -07:00
  • e3c8ce49ca fix: allow proper exit from new Switch approval mode dialog (#453) Scott Leibrand 2025-04-20 22:19:53 -07:00
  • 8dd1125681 fix: command pipe execution by improving shell detection (#437) Brayden Moon 2025-04-21 14:11:19 +10:00
  • eafbc75612 feat: support multiple providers via Responses-Completion transformation (#247) Daniel Nakov 2025-04-20 23:59:34 -04:00
  • 693bd59ecc fix(raw-exec-process-group): improve test reliability (#434) Jordan Docherty 2025-04-20 12:21:02 -07:00
  • b554b522f7 fix: remove unnecessary isLoggingEnabled() checks (#420) Michael Bolin 2025-04-20 09:58:06 -07:00
  • 81cf47e591 feat: auto-open model selector if user selects deprecated model (#427) Abdelrhman Kamal Mahmoud Ali Slim 2025-04-20 09:51:49 -07:00
  • e372e4667b Make it so CONFIG_DIR is not in the list of writable roots by default (#419) Michael Bolin 2025-04-20 09:37:07 -07:00
  • 425430debb fix(cli): ensure /clear resets context and exclude system messages from approximateTokenUsed count (#443) Abdelrhman Kamal Mahmoud Ali Slim 2025-04-20 08:52:14 -07:00
  • 6d6ca454cd feat: allow multi-line input (#438) Brayden Moon 2025-04-21 01:51:38 +10:00
  • fc1e45636e feat: add support for /diff command autocomplete in TerminalChatInput (#431) Thomas 2025-04-20 13:01:40 +10:00
  • 63c99e7d82 use spawn instead of exec to avoid injection vulnerability (#416) Michael Bolin 2025-04-19 18:29:00 -07:00
  • a3889f92e4 fix: full-auto support in quiet mode (#374) Tomas Cupr 2025-04-20 02:00:33 +02:00
  • b3b195351e feat: /diff command to view git diff (#426) Fouad Matin 2025-04-19 16:23:27 -07:00
  • 419f085cc4 re-enable Prettier check for codex-cli in CI (#417) Michael Bolin 2025-04-19 11:22:45 -07:00
  • 081786eaa6 feat: add /command autocomplete (#317) Thomas 2025-04-20 00:25:46 +10:00
  • 965420cfc5 feat: read approvalMode from config file (#298) John Gardner 2025-04-19 10:25:25 -04:00
  • b37b257e63 gracefully handle SSE parse errors and suppress raw parser code (#367) Suyash-K 2025-04-19 19:54:29 +05:30
  • f3cab736b4 fix: name of the file not matching the name of the component (#354) Abdelrhman Kamal Mahmoud Ali Slim 2025-04-19 07:23:02 -07:00
  • 9eeb78e54f feat: allow switching approval modes when prompted to approve an edit/command (#400) Scott Leibrand 2025-04-19 07:21:19 -07:00
  • 6c7fbc7b94 fix: configure husky and lint-staged for pnpm monorepo (#384) Alpha Diop 2025-04-19 14:18:36 +00:00
  • 8e2760e83d Add fallback text for missing images (#397) Robbie Hammond 2025-04-18 22:55:24 -07:00
  • b46b596e5f fix: enable shell option for child process execution (#391) Shuto Otaki 2025-04-19 14:42:19 +09:00
  • ca7ab76569 feat: add user-defined safe commands configuration and approval logic #380 (#386) autotaker 2025-04-19 14:35:32 +09:00
  • fd6f6c51c0 docs: update README to use pnpm commands (#390) Benny Yen 2025-04-19 13:16:13 +08:00
  • 1a8610cd9e feat: add flex mode option for cost savings (#372) salama-openai 2025-04-18 22:15:01 -07:00
  • 6f2271e8cd bump(version): 0.1.2504181820 (#385) Fouad Matin 2025-04-18 18:25:33 -07:00
  • aa32e22d4b fix: /bug report command, thinking indicator (#381) Fouad Matin 2025-04-18 18:13:34 -07:00
  • c40f4891d4 chore: update lockfile (#379) Jon Church 2025-04-18 20:17:35 -04:00
  • 9d77d791e3 fix: include pnpm lock file (#377) Thibault Sottiaux 2025-04-18 17:01:11 -07:00
  • d61da89ed3 feat: notify when a newer version is available (#333) Benny Yen 2025-04-19 08:00:45 +08:00
  • d69a17ac49 Fix: Change file name to start with small letter instead of captial l… (#356) Abdelrhman Kamal Mahmoud Ali Slim 2025-04-18 16:55:49 -07:00
  • bec3947058 Fix #371 Allow multiple containers on same machine (#373) BadPirate 2025-04-18 16:48:07 -07:00
  • e2fe2572ba chore: migrate to pnpm for improved monorepo management (#287) Alpha Diop 2025-04-18 23:25:15 +00:00
  • 9a046dfcaa Revert "fix: canonicalize the writeable paths used in seatbelt policy… (#370) Jon Church 2025-04-18 19:11:34 -04:00
  • 8e2e77fafb feat: add /bug report command (#312) Fouad Matin 2025-04-18 14:09:35 -07:00
  • 4acd7d8617 fix: Improper spawn of sh on Windows Powershell (#318) Prama 2025-04-18 14:35:51 -04:00
  • 82f5abbeea Fix handling of Shift+Enter in e.g. Ghostty (#338) Amar Sood 2025-04-18 12:19:06 -04:00
  • 7b5f343179 fix: update context left display logic in TerminalChatInput component (#307) Thomas 2025-04-19 02:16:33 +10:00
  • 0d6a98f9af chore: bug report form (#313) Fouad Matin 2025-04-18 00:19:33 -07:00
  • 6f3278eae8 bump(version): 0.1.2504172351 (#310) Fouad Matin 2025-04-17 23:53:41 -07:00
  • a7edfb0444 add: changelog (#308) Fouad Matin 2025-04-17 23:34:05 -07:00
  • 3356ac0aef fix: canonicalize the writeable paths used in seatbelt policy (#275) Jon Church 2025-04-18 02:01:15 -04:00
  • 49991bb85a fix: raw-exec-process-group.test improve reliability and error handling (#280) Sergio 2025-04-18 00:00:28 -06:00
  • 41b8fe08dd feat: add Nix flake for reproducible development environments (#225) Gerred Dillon 2025-04-18 01:52:54 -04:00
  • 393801fd7a fix: handle invalid commands (#304) Mehmet Vecdi Gönül 2025-04-18 07:50:27 +02:00
  • 9a948836bf feat: add /compact (#289) Thomas 2025-04-18 15:48:30 +10:00
  • 35d47a5ab4 bump(version): 0.1.2504161551 (#254) Fouad Matin 2025-04-17 20:54:40 -07:00
  • 3e517201cd fix(docs): Fix the <details> misplace in README.md (#294) gambhir ⚡ 2025-04-18 05:26:09 +02:00
  • 4ecea80423 fix: standardize filename to kebab-case 🐍➡️🥙 (#302) Rohith Gilla 2025-04-18 08:55:44 +05:30
  • 67bed1e5d8 fix: small update to bug report template (#288) Thibault Sottiaux 2025-04-17 17:38:55 -07:00
  • 45c0175156 revert: suggest mode file read behavior openai/codex#197 (#285) Fouad Matin 2025-04-17 17:32:53 -07:00
  • 6ee589cd1a feat(bin): support bun fallback runtime for codex CLI (#282) Sam Verhasselt 2025-04-17 17:32:19 -07:00
  • e80d1df172 add(.github): issue templates (#283) Fouad Matin 2025-04-17 17:19:30 -07:00
  • df25704590 fix: add empty vite config file to prevent resolving to parent (#273) Juan Miguel Rodriguez Ceron 2025-04-18 02:03:15 +02:00
  • f4b9153f78 chore: consolidate patch prefix constants in apply‑patch.ts (#274) Michael 2025-04-18 02:00:30 +02:00
  • ec21e19308 fix: duplicated message on model change (#276) Sergio 2025-04-17 17:34:35 -06:00
  • ed49daca32 feat: update position of cursor when navigating input history with arrow keys to the end of the text (#255) lugui 2025-04-17 23:19:45 +00:00
  • 0a2e416b7a feat: add notifications for MacOS using Applescript (#160) kchro3 2025-04-17 16:19:26 -07:00
  • be7e3fd377 feat: enhance image path detection in input processing (#189) Thomas 2025-04-18 09:17:13 +10:00
  • ae5b1b5cb5 add support for -w,--writable-root to add more writable roots for sandbox (#263) Michael Bolin 2025-04-17 15:39:26 -07:00
  • d5eed65963 fix: npm run format:fix in root (#268) Jon Church 2025-04-17 16:39:50 -04:00
  • 603def0c7a docs: mention dotenv support in Quickstart (#262) Dan Lewis 2025-04-17 12:29:57 -08:00
  • f3d085aaf8 feat: shell command explanation option (#173) Brayden Moon 2025-04-18 06:28:58 +10:00
  • 693a6f96cf fix: update regex to better match the retry error messages (#266) Jon Church 2025-04-17 16:15:01 -04:00
  • 295079cf33 feat: add command history persistence (#152) Tomas Cupr 2025-04-17 21:41:54 +02:00
  • 5e1d149eb5 chore: git ignore unwanted package managers (#214) Khalil Yao 2025-04-18 03:32:08 +08:00
  • 701b6736ff docs: add tracing instructions to README (#257) Uladzimir Yancharuk 2025-04-17 20:44:02 +02:00
  • 3a71175236 fix: improve Windows compatibility for CLI commands and sandbox (#261) Alpha Diop 2025-04-17 18:31:19 +00:00
  • f9c15523e7 docs: clarify sandboxing situation on Linux (#103) Christopher Cooper 2025-04-17 08:15:39 -07:00
  • 4386dfc67b bugfix: remove redundant thinking updates and put a thinking timer above the prompt instead (#216) Scott Leibrand 2025-04-17 08:12:38 -07:00
  • 4e7403e5ea bugfix: additional error handling logic for model errors that occur in stream (#203) Mehmet Vecdi Gönül 2025-04-17 17:09:27 +02:00