Commit Graph

249 Commits

Author SHA1 Message Date
Dustin Loring
fe53959eb1 feat: chat restore
added a basic chat restore
2025-01-18 11:57:53 -05:00
Dustin Loring
adf0cbc502
chore: lint fix
ran pnpm lint fix and fixed warnings
2025-01-18 08:12:01 -05:00
Dustin Loring
e2c3cef343 chore: lint fix
ran pnpm lint fix and fixed warnings
2025-01-18 08:09:50 -05:00
Dustin Loring
8a519907a0
chore: pnpm update
ran pnpm update
2025-01-18 03:05:39 -05:00
Dustin Loring
6f7571c108 chore: pnpm update
ran pnpm update
2025-01-18 03:03:40 -05:00
Dustin Loring
47b7abb769
feat: bolt terminal
added dedicated bolt terminal in workbench
2025-01-18 01:59:37 -05:00
Dustin Loring
99666d7ab4 feat: bolt terminal
added dedicated bolt terminal in workbench
2025-01-18 01:56:50 -05:00
Dustin Loring
3c15db95f7
Merge pull request #51 from openaisoftware/dependabot/npm_and_yarn/wrangler-3.103.2
chore(deps-dev): bump wrangler from 3.99.0 to 3.103.2
2025-01-18 01:14:37 -05:00
Dustin Loring
4c5efcc4f3
feat: add private repo cloning
add private repo cloning
2025-01-17 16:53:03 -05:00
Dustin Loring
47db5547bd feat: add private repo cloning
add private repo cloning
2025-01-17 16:50:33 -05:00
dependabot[bot]
39db07589b
chore(deps-dev): bump wrangler from 3.99.0 to 3.103.2
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.99.0 to 3.103.2.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.103.2/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-17 20:54:23 +00:00
Dustin Loring
79ee7599f1
chore: typecheck
fixed typecheck warnings
2025-01-17 15:23:51 -05:00
Dustin Loring
d892b78f7f chore: typecheck
fixed typecheck warnings
2025-01-17 15:21:58 -05:00
Dustin Loring
d84ae2ab19
chore: lint fix
completed lint fixes
2025-01-17 15:16:21 -05:00
Dustin Loring
8707d01128 chore: lint fix
completed lint fixes
2025-01-17 15:14:15 -05:00
Dustin Loring
18fd89ea08
feat: auto sync
added auto syncing
2025-01-17 14:50:00 -05:00
Dustin Loring
ff111214c9 feat: auto sync
added auto syncing
2025-01-17 14:49:32 -05:00
Dustin Loring
f0d2faae6e
chore: pnpm update
ran pnpm update
2025-01-17 12:36:31 -05:00
Dustin Loring
46616cd744 chore: pnpm update
ran pnpm update
2025-01-17 12:34:33 -05:00
Dustin Loring
5615738c0c
chore: reused ignore patterns
reused ignore patterns for importing
2025-01-17 12:29:03 -05:00
Dustin Loring
f54535e534 chore: reused ignore patterns
reused ignore patterns for importing
2025-01-17 12:28:23 -05:00
Dustin Loring
5715a041e6
feat: import folder
added the ability to import a local folder
2025-01-17 12:06:27 -05:00
Dustin Loring
03ef4173af feat: import folder
added the ability to import a local folder
2025-01-17 12:03:04 -05:00
Dustin Loring
df945fcf68
chore: issue with current wrangler
downgraded current wrangler version due to a warning
2025-01-17 08:45:46 -05:00
Dustin Loring
532f5178f8 chore: issue with current wrangler
downgraded current wrangler version due to a warning
2025-01-17 08:42:51 -05:00
Dustin Loring
0e5d877e35
feat: starter templates
added starter templates
2025-01-17 08:10:52 -05:00
Dustin Loring
0066a6f55f feat: starter templates
added starter templates
2025-01-17 08:08:07 -05:00
Dustin Loring
576d28dccf
feat: git clone by url
ability to git clone by url
2025-01-17 07:39:01 -05:00
Dustin Loring
855121a70e feat: git clone by url
ability to git clone by url
2025-01-17 07:36:07 -05:00
Dustin Loring
e312b8cd07
chore: update docker base image
updated docker base image to reduce the vulnerabilities in docker
2025-01-17 06:57:23 -05:00
Dustin Loring
ea3eed4971 chore: update docker base image
updated docker base image to reduce the vulnerabilities in docker
2025-01-17 06:55:19 -05:00
Dustin Loring
99feeec40a
chore: pnpm update
just a pnpm update
2025-01-17 06:38:56 -05:00
Dustin Loring
f99bc3d6a0 chore: pnpm update
just a pnpm update
2025-01-17 06:37:04 -05:00
Dustin Loring
c8820adcbd
feat: git clone support
add git clone support
2025-01-17 06:11:26 -05:00
Dustin Loring
5795b0e2ef feat: git clone support
add git clone support
2025-01-17 06:09:31 -05:00
Dustin Loring
6d12e44fae
chore: update types
updated types
2025-01-16 21:36:38 -05:00
Dustin Loring
d98695f2ef chore: update types
updated types
2025-01-16 21:36:07 -05:00
Dustin Loring
0d8ae3f5e6
chore: sourcemap codec fix
fix a warning with sourcemap codec
2025-01-16 21:23:08 -05:00
Dustin Loring
bf724acbb9 chore: sourcemap codec fix
fix a warning with sourcemap codec
2025-01-16 21:20:51 -05:00
Dustin Loring
caf4e47417
feat: more codemirror support
added more codemirror support
2025-01-16 21:10:00 -05:00
Dustin Loring
f4694d5ab5 feat: more codemirror support
added more codemirror support
2025-01-16 21:07:49 -05:00
Dustin Loring
9392e50a9e
chore: vitest update
update the vitest package
2025-01-16 19:48:04 -05:00
Dustin Loring
c099f66914 chore: vitest update
update the vitest package
2025-01-16 19:44:46 -05:00
Dustin Loring
d7c4248ada
feat: push to github
added the ability to push projects to github from the workbench
2025-01-16 17:23:50 -05:00
Dustin Loring
99d587e8e4 feat: push to github
added the ability to push projects to github from the workbench
2025-01-16 16:50:22 -05:00
Dustin Loring
cfdb96e70e
Merge pull request #29 from open-bolt/dependabot/npm_and_yarn/wrangler-3.103.1
chore(deps-dev): bump wrangler from 3.103.0 to 3.103.1
2025-01-16 14:11:29 -05:00
dependabot[bot]
c7992bde86
chore(deps-dev): bump wrangler from 3.103.0 to 3.103.1
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.103.0 to 3.103.1.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.103.1/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-16 19:04:11 +00:00
Dustin Loring
e3511ba278
feat: add icons
added icons for use later
2025-01-16 13:59:54 -05:00
Dustin Loring
b01f4209d4 feat: add icons
added icons for use later
2025-01-16 13:57:29 -05:00
Dustin Loring
42d2fdbfe2
fix: for open in new tab
fixed the open project in a new tab button
2025-01-16 13:40:25 -05:00