Commit Graph

1163 Commits

Author SHA1 Message Date
mkorwel
80f3c713ae chore(release): v0.1.9-rc.1 v0.1.9-rc.1 2025-07-01 19:16:43 -05:00
mkorwel
5233778cbd version update 2025-07-01 19:16:25 -05:00
mkorwel
fa64ad57f1 Merge remote-tracking branch 'origin/main' into mk-packing 2025-07-01 18:57:38 -05:00
mkorwel
c3a4988642 linting 2025-07-01 18:46:56 -05:00
Brandon Keiji
34935d6558 chore: bump version to 0.1.9 (#2906) v0.1.9 2025-07-01 23:30:04 +00:00
mkorwel
f6bc51ac8a update version script 2025-07-01 18:22:19 -05:00
Bryan Morgan
dbe88f6e0e Added support for session_id in API calls (#2886) 2025-07-01 23:16:09 +00:00
Tommaso Sciortino
3492c429b9 Add excludedTools to extensions. (#2853) 2025-07-01 23:13:46 +00:00
Allen Hutchison
e94decea39 feat(core): Add infinite loop protection to client (#2793) 2025-07-01 23:09:21 +00:00
Billy Biggs
3a995305c0 Fix characters being dropped in text-buffer (#2504)
Co-authored-by: Sandy Tao <sandytao520@icloud.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
2025-07-01 23:07:41 +00:00
Tommaso Sciortino
82afc75350 Special case mime type for ts file. (#2902) 2025-07-01 23:05:33 +00:00
Seth Troisi
383306e17e Improve slashCommand autoCompletion logic (#2776) 2025-07-01 22:51:43 +00:00
Preston Holmes
8957ad7fc3 Docs: Add a page detailing quota and cost information (#2894)
Co-authored-by: Jenna Inouye <jinouye@google.com>
v0.1.8
2025-07-01 22:28:15 +00:00
mkorwel
f8c0afc571 include wombat token 2025-07-01 17:00:30 -05:00
mkorwel
de54fd7c99 feat(release): re-introduce dry-run option for manual runs 2025-07-01 16:06:33 -05:00
mkorwel
a77564fc64 switch to auth token 2025-07-01 16:01:03 -05:00
mkorwel
bf39c6e104 prep for release tagging 2025-07-01 15:55:37 -05:00
matt korwel
cf13466b9a Merge branch 'main' into mk-packing 2025-07-01 15:53:57 -05:00
mkorwel
6b39fc89fb fix(scripts): correct syntax error in version.js 2025-07-01 15:35:26 -05:00
mkorwel
f57191ef86 feat(release): separate Docker and NPM publishing 2025-07-01 15:29:37 -05:00
mkorwel
85fdd8b831 skip docker things locally 2025-07-01 15:27:21 -05:00
mkorwel
0f543dc4a8 proper docker tagging for testing 2025-07-01 15:20:41 -05:00
mkorwel
bad2b05e61 include sandbox variables 2025-07-01 15:14:39 -05:00
mkorwel
6fe4ccf1ba splitting the docker push out to cloud build while we sort out permissions 2025-07-01 14:34:40 -05:00
Santhosh Kumar
0275ab0108 feat: add audio and video support to read_file (#2556) 2025-07-01 19:22:32 +00:00
Logan Kilpatrick
63ed8d6499 Update README.md (#2729)
Co-authored-by: Allen Hutchison <adh@google.com>
2025-07-01 19:16:40 +00:00
Tommaso Sciortino
fe125d59b9 Use the constant placeholders for ".gemini/settings.json" in gemini.tsx (#2860) 2025-07-01 18:00:21 +00:00
mkorwel
478410b8cd fix(release): correct workload identity provider 2025-07-01 12:34:44 -05:00
mkorwel
b187088cce fix: use correct service account in release workflow 2025-07-01 12:13:21 -05:00
mkorwel
7b4f8124de feat: add docker login to validate auth 2025-07-01 12:02:15 -05:00
mkorwel
311775a4e7 fix: restore docker dry run to release workflow 2025-07-01 12:01:19 -05:00
mkorwel
bd2ed161c3 feat: add gcloud auth to release workflow 2025-07-01 11:54:05 -05:00
mkorwel
04119a2426 refactor: remove push trigger from release workflow 2025-07-01 11:42:39 -05:00
mkorwel
e028f0065d fix: set default npm registry for publishing 2025-07-01 11:41:49 -05:00
mkorwel
ecbc08aa3d fix: correctly use workflow inputs in release workflow 2025-07-01 11:37:53 -05:00
mkorwel
1b59816570 fix: allow file:../core in version check 2025-07-01 11:25:10 -05:00
mkorwel
2fe926308c feat: add early version consistency check to release workflow 2025-07-01 11:23:25 -05:00
Jerop Kipruto
58b14b7ccf feat: add weekly community report workflow (#2855) 2025-07-01 16:19:51 +00:00
mkorwel
c2a9f72044 feat: add version consistency check to prepublish script 2025-07-01 11:19:45 -05:00
mkorwel
ce32faf544 feat: pass docker dry run flag to publish script 2025-07-01 11:10:27 -05:00
mkorwel
71574412ab refactor: use package.json config for sandbox image URI 2025-07-01 11:07:44 -05:00
mkorwel
c640745ded fix: separate npm install from publish config 2025-07-01 11:03:18 -05:00
mkorwel
70d5f386c8 fix: correct shell parameter expansion in release workflow 2025-07-01 11:00:34 -05:00
mkorwel
67198d2df5 feat: add push trigger to release workflow for testing 2025-07-01 10:58:49 -05:00
matt korwel
2f108d2e64 Update scripts/version.js
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-07-01 10:55:28 -05:00
Jacob Richman
2bf8e8b2c7 Fix spurious logs about invalid MaxSizedBox children due to Ink6 + React19 migration (#2794) 2025-07-01 15:54:27 +00:00
mkorwel
5094d5c013 linting 2025-07-01 10:46:34 -05:00
mkorwel
dc83ad6752 working to move release into github actions 2025-07-01 10:42:58 -05:00
MirzaSamadAhmedBaig
01186e3aff Make clean script cross-platform (#1990)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
2025-07-01 15:30:18 +00:00
Tian Jian Wang
a4062cb44a feat: Add markdown table rendering support (#1955)
Co-authored-by: heartyguy <heartyguy@users.noreply.github.com>
Co-authored-by: Allen Hutchison <adh@google.com>
2025-07-01 03:25:19 +00:00