index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
package.json
Age
Commit message (
Expand
)
Author
2025-05-23
feat: add emphasis to tool confirmations (#502)
Brandon Keiji
2025-05-21
Feat: Add test coverage scripts and ignore reports (#477)
Allen Hutchison
2025-05-20
Support Images and PDFs (#447)
Jacob Richman
2025-05-16
fix: Ensure filename is available for diff rendering in write-file
Taylor Mullen
2025-05-15
feat: Enable CI test reporting and artifact management (#367)
N. Taylor Mullen
2025-05-08
Add bundling support.
Taylor Mullen
2025-05-07
fix: use react-jsx for typecheck (#280)
Brandon Keiji
2025-05-07
feat: add build:sandbox and build:all npm scripts (#274)
Brandon Keiji
2025-05-07
fix(sandbox): consolidate dev and prod sandbox (#273)
Brandon Keiji
2025-04-25
feat: prototype publish sandbox script with npm package (#182)
Brandon Keiji
2025-04-24
feat: add flag to customize package version during pre-release staging (#155)
Brandon Keiji
2025-04-23
feat: add react dev tools (#143)
Brandon Keiji
2025-04-23
feat: set dogfood artifact registry as the default publishing endpoint (#135)
Brandon Keiji
2025-04-21
fix: point npmrc to dogfood artifact registry (#108)
Brandon Keiji
2025-04-21
enable debugging through sandbox (#88)
Olcan
2025-04-21
feat: add custom eslint rule for cross-package imports (#77)
Brandon Keiji
2025-04-21
seamless sandboxing (just set GEMINI_CODE_SANDBOX=true in .env) (#76)
Olcan
2025-04-20
Revert debug undo.
Taylor Mullen
2025-04-20
Update README to reflect current state of the world.
Taylor Mullen
2025-04-20
add linter for checking license headers (and eslint --fix target to match, an...
Tyler
2025-04-20
start and debug scripts (will enable seamless container use later), strict er...
Olcan
2025-04-20
refactor: clean up build output (#53)
Brandon Keiji
2025-04-19
Enable `npm run debug` from root.
Taylor Mullen
2025-04-19
Adding some simple tests. (#54)
Evan Senter
2025-04-18
Command line flags got broke. Now to run with flags run: (#46)
Allen Hutchison
2025-04-18
infra: add multipackage support (#34)
Brandon Keiji
2025-04-18
Warn if `npm run start` is out of date. (#20)
Evan Senter
2025-04-18
feat: initial configs for npm publishing (#30)
Brandon Keiji
2025-04-18
Revert "Adding some wiring to allow the Ink app to warn if there are local de...
Evan Senter
2025-04-18
Revert "Including a test harness for it, and making sure the cursor is always...
Evan Senter
2025-04-18
Add basic non blocking CI workflow. (#21)
Allen Hutchison
2025-04-18
Including a test harness for it, and making sure the cursor is always at the ...
Evan Senter
2025-04-18
Adding some wiring to allow the Ink app to warn if there are local developmen...
Evan Senter
2025-04-17
Change the run command to properly pass the command line arguments to gemini.ts
Allen Hutchison
2025-04-17
Configure linter + prettier.
Taylor Mullen
2025-04-17
Initial commit of Gemini Code CLI
Taylor Mullen