summaryrefslogtreecommitdiff
path: root/packages/cli/src
AgeCommit message (Expand)Author
2025-04-21Fix the broken build (#98)Jaana Dogan
2025-04-21improved (full color) sandbox, mount /tmp to display build warnings, display ...Olcan
2025-04-21Remove dead comments (#90)Jaana Dogan
2025-04-21Remove duplicate CLI tools module, remove the global tool registry (#89)Jaana Dogan
2025-04-21Remove redundant else branches (#86)Jaana Dogan
2025-04-21Remove gemini-stream.ts (#84)Jaana Dogan
2025-04-21Fix confirmations.Taylor Mullen
2025-04-21Fix Gemini Code's (GC) smarts.Taylor Mullen
2025-04-20Fix read-file from exploding with path not found error.Taylor Mullen
2025-04-20add linter for checking license headers (and eslint --fix target to match, an...Tyler
2025-04-20Make model-generated code copyable (#70)Juliette Love
2025-04-20Add terminal clear (#69)Juliette Love
2025-04-20Adds shell command allowlist (#68)Juliette Love
2025-04-20Simple debug mode for CLI side (#66)Juliette Love
2025-04-20Minimal container setup. Install docker (or podman), build container with scr...Olcan
2025-04-19Give Gemini Code a face lift.Taylor Mullen
2025-04-19Starting to modularize into separate cli / server packages. (#55)Evan Senter
2025-04-19Adding some simple tests. (#54)Evan Senter
2025-04-19Fix the double warning for iterm. (#51)Allen Hutchison
2025-04-19Adding in a history buffer (#38)Evan Senter
2025-04-19fix formatjlove29
2025-04-19Add direct execution of shell commandsjlove29
2025-04-18Take the turn management out of GeminiClient (#42)Jaana Dogan
2025-04-18Show error when GEMINI_API_KEY is not set (#52)Jaana Dogan
2025-04-18Add apache2 SPDX headers to all source files (#48)Tyler
2025-04-18All the pipes (#47)Allen Hutchison
2025-04-18minor lint fix (#45)Olcan
2025-04-18Fix remaining tslint errors (YAY).Taylor Mullen
2025-04-18fix: add --build flag to tsc commands (#40)Brandon Keiji
2025-04-18Run `npm run format`Taylor Mullen
2025-04-18fix: add clean command to individual packages (#36)Brandon Keiji
2025-04-18Manually fix hooks and utils linting errors (partial)Taylor Mullen
2025-04-18Iterm refactor (#33)Allen Hutchison
2025-04-18infra: add multipackage support (#34)Brandon Keiji
2025-04-18Add a warning about the flickering in iTerm. (#32)Allen Hutchison
2025-04-18Warn if `npm run start` is out of date. (#20)Evan Senter
2025-04-18Web fetch tool (#31)Allen Hutchison
2025-04-18Finish manually fixing linter errors for tools dir (partial).Taylor Mullen
2025-04-18Remove extra args from config (#27)Jaana Dogan
2025-04-18Introduce a config module to manage configuration (#22)Jaana Dogan
2025-04-18Rename invalidParams to validateToolParams (#12)Jaana Dogan
2025-04-18Fix linting errors in a number of core and tool files (partial)Taylor Mullen
2025-04-18Style improvements to ls tool (#14)Jaana Dogan
2025-04-18Revert "Adding some wiring to allow the Ink app to warn if there are local de...Evan Senter
2025-04-18Revert "Adding support for up / down arrows in the command history."Evan Senter
2025-04-18Revert "Including a test harness for it, and making sure the cursor is always...Evan Senter
2025-04-18Refactor: Update API key missing message with link (#23)Brandon Keiji
2025-04-18Including a test harness for it, and making sure the cursor is always at the ...Evan Senter
2025-04-18Adding support for up / down arrows in the command history.Evan Senter
2025-04-18Adding some wiring to allow the Ink app to warn if there are local developmen...Evan Senter