Commit Graph

49 Commits

Author SHA1 Message Date
Lifei Zhou
9dbc0d95eb feat: track cost and token usage in log file (#80) 2024-09-23 14:46:42 -07:00
lily-de
7b00c041d5 chore: add link to docs in read me (#85) 2024-09-23 14:57:40 -04:00
Michael Neale
cf81f7a096 docs: add in ollama (#82) 2024-09-21 10:41:49 +10:00
Zaki Ali
18c9ed47f6 chore: add just command for releasing goose (#55) 2024-09-20 11:39:43 -07:00
Elena Zherdeva
3615a3598f feat: support markdown plans (#79) 2024-09-20 09:23:10 -07:00
Lam Chau
4ea82e855a feat: add version options (#74) 2024-09-19 16:45:18 +10:00
Jithendranath Joijoide
71863a19fe docs: fixing exchange url to public version (#67)
Co-authored-by: Jithendranath Joijoide <jitjoijoide@meta.com>
2024-09-18 12:15:00 +10:00
Andres Uribe
811eb58a46 docs: Update CONTRIBUTING.md (#69) 2024-09-17 14:44:53 -07:00
lily-de
10cf507e96 chore: create mkdocs for goose (#70) 2024-09-17 17:08:38 -04:00
Drew Hintz
d2314d1877 docs: fix broken link (#71) 2024-09-17 14:58:14 -05:00
Luke Alvoeiro
dde3366bd4 feat: give commands the ability to execute logic (#63) 2024-09-17 09:50:17 -07:00
Michael Neale
005f745a00 feat: jira toolkit (#59)
Co-authored-by: Bradley Axen <baxen@squareup.com>
2024-09-16 18:35:04 +10:00
Michael Neale
b6638d5e0f feat: run goose in a docker-style sandbox (#44)
Co-authored-by: Adrian Cole <64215+codefromthecrypt@users.noreply.github.com>
2024-09-15 11:39:24 +10:00
Bradley Axen
0023f3d7fb chore: release 0.9.0 (#58) 2024-09-10 15:23:19 -07:00
Michael Neale
b3652cf4bb fix: goose should track files it reads and not overwrite changes (#46)
Co-authored-by: Bradley Axen <baxen@squareup.com>
2024-09-10 13:13:16 +10:00
Michael Neale
0d4366f0c0 docs: Small dev notes for using exchange from source (#50)
Co-authored-by: lily-de <119957291+lily-de@users.noreply.github.com>
2024-09-10 11:40:26 +10:00
Luke Alvoeiro
d4b27d0f1a fix: typo in exchange method rewind (#54) 2024-09-09 15:01:27 -07:00
Luke Alvoeiro
c84072c691 fix: remove unsafe pop of messages (#47) 2024-09-09 14:00:20 -07:00
lily-de
ef2e8c1441 chore: Update LICENSE (#53) 2024-09-09 14:56:30 -04:00
Alex Rosenzweig
6fd11e8e45 chore(docs): update is_dangerous_command method description (#48) 2024-09-06 11:18:53 +10:00
Bradley Axen
a579e21037 refactor: improve safety rails speed and prompt (#45) 2024-09-04 22:05:53 -07:00
Salman Mohammed
72d927f84f feat: make goosehints jinja templated (#43) 2024-09-04 11:44:34 -07:00
Luke Alvoeiro
7d5461d240 ci: enforce PR title follows conventional commit (#14) 2024-09-04 11:40:58 -07:00
Luke Alvoeiro
c91b11b3c5 feat: show available toolkits (#37) 2024-09-04 08:52:13 -07:00
Michael Neale
13db5150bd adding in ability to provide per repo hints (#32)
* adding in ability to provide per repo hints

* tidy up test
2024-09-04 16:18:01 +10:00
Bradley Axen
bb8966bb02 Apply ruff and add to CI (#40) 2024-09-04 14:47:47 +10:00
Max Novich
466ce2375c added some regex based checks for dangerous commands (#38) 2024-09-04 14:10:08 +10:00
Zaki Ali
bdee4f7ebd chore: Update publish github workflow to check package versions before publishing (#19) 2024-09-03 18:30:23 -07:00
Luke Alvoeiro
1c440d6310 chore: upgrade ai-exchange dependency (#36) 2024-09-02 22:01:57 -07:00
Luke Alvoeiro
fadeba9ef9 fix: resuming sessions (#35) 2024-09-02 20:44:49 -07:00
Luke Alvoeiro
3c930e1766 feat: upgrade ai-exchange to version 0.8.3 and fix tests (#34) 2024-09-02 20:40:02 -07:00
Zaki Ali
9444ed16ea fix: export metadata.plugins export should have valid module (#30) 2024-08-29 15:33:13 -07:00
Elena Zherdeva
dd510a794a fix (#24) 2024-08-29 17:35:36 -04:00
Michael Neale
25cf8d2d09 link to vs code extension (#20) 2024-08-29 11:12:12 +10:00
Lifei Zhou
6fef25aa62 Enable cli options for plugin (#22)
* added the entry point for plugin with cli group option
2024-08-29 09:03:12 +10:00
Lifei Zhou
5aa12ec9ed Modified the readme to be more friendly to new users (#16)
* modified README to be friendly to new users
2024-08-27 14:45:52 +10:00
Luke Alvoeiro
6ab1df00f2 chore: gitignore generated lockfile (#15) 2024-08-26 20:16:51 -07:00
Michael Neale
dbbd27a646 add prompts (#11)
* add prompts

Some real world prompts in the readme

* addressing feedback

* small typo
2024-08-26 20:48:14 +10:00
Michael Neale
5b3f4455ed conditionally publish only when config changes (#9)
* conditionally publish only when config changes

* only on tags
2024-08-26 20:46:58 +10:00
Shep Walker
6626041d95 goose->goose-ai in install instructions (#7) 2024-08-25 11:08:16 +10:00
Michael Neale
8b92fbc829 document how to run from source (#3)
* document how to run from source and uv lock

* correct install name

* Update CONTRIBUTING.md

* Delete uv.lock

* Update CONTRIBUTING.md

* nit
2024-08-25 10:51:51 +10:00
Michael Neale
6375186e3a Merge pull request #4 from square/commands-doc
add command running warning
2024-08-24 17:05:36 +10:00
Michael Neale
070f9a55a4 Merge pull request #5 from square/add_ci
adding in ci for protection
2024-08-24 17:05:05 +10:00
Mic Neale
06dd45bcdf trigger on PRs 2024-08-24 17:02:52 +10:00
Mic Neale
78c13d2174 adding ci workflow 2024-08-24 17:01:35 +10:00
Michael Neale
89f9accf70 command note 2024-08-24 12:19:35 +10:00
Michael Neale
0c851123c1 Update README.md
add tip about commands - seems worth a warning
2024-08-24 12:17:31 +10:00
Luke Alvoeiro
1d0ab9777b ci: setup release pipeline (#1) 2024-08-23 19:07:08 -07:00
Luke Alvoeiro
dd126afa6c chore: initial commit
Co-authored-by: Lifei Zhou <lifei@squareup.com>
Co-authored-by: Mic Neale <micn@tbd.email>
Co-authored-by: Lily Delalande <ldelalande@squareup.com>
Co-authored-by: Bradley Axen <baxen@squareup.com>
Co-authored-by: Andy Lane <alane@squareup.com>
Co-authored-by: Elena Zherdeva <ezherdeva@squareup.com>
Co-authored-by: Zaki Ali <zaki@squareup.com>
Co-authored-by: Salman Mohammed <smohammed@squareup.com>
2024-08-23 16:39:04 -07:00