An open-source, cross-platform terminal for seamless workflows
Go to file
dependabot[bot] f537ffb406
Bump github.com/sashabaranov/go-openai from 1.35.6 to 1.35.7 (#1339)
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai)
from 1.35.6 to 1.35.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.35.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated client_test to solve lint error by <a
href="https://github.com/AyushSawant18588"><code>@​AyushSawant18588</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/900">sashabaranov/go-openai#900</a></li>
<li>o1 model support stream by <a
href="https://github.com/ldnvnbl"><code>@​ldnvnbl</code></a> and <a
href="https://github.com/handsomefox"><code>@​handsomefox</code></a> in
<a
href="https://redirect.github.com/sashabaranov/go-openai/pull/904">sashabaranov/go-openai#904</a>
and <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/902">sashabaranov/go-openai#902</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ldnvnbl"><code>@​ldnvnbl</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/904">sashabaranov/go-openai#904</a></li>
<li><a
href="https://github.com/handsomefox"><code>@​handsomefox</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/902">sashabaranov/go-openai#902</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.35.6...v1.35.7">https://github.com/sashabaranov/go-openai/compare/v1.35.6...v1.35.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1687616165"><code>1687616</code></a>
o1 model support stream (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/904">#904</a>)</li>
<li><a
href="b3ece4d32e"><code>b3ece4d</code></a>
Updated client_test to solve lint error (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/900">#900</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.35.6...v1.35.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.35.6&new-version=1.35.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 11:44:50 -08:00
.github Hopefully last fix to the winget publish job (#1337) 2024-11-21 14:14:32 -08:00
.storybook Switch from Less to Scss (#1335) 2024-11-21 16:05:04 -08:00
.vscode docs updates (and other misc items) for v0.9.3 (#1330) 2024-11-20 22:17:57 -08:00
assets Make Linux icon match Windows (#1127) 2024-10-24 15:39:45 -07:00
build another try at audio permissions (and more) for #1086 (#1192) 2024-11-01 12:17:19 -07:00
cmd temp oid in client (can use with wavefile) (#1329) 2024-11-20 18:48:46 -08:00
db vdom 4 (#1110) 2024-10-23 22:47:29 -07:00
docs Bump the dev-dependencies group with 8 updates (#1342) 2024-11-22 11:43:43 -08:00
emain add display resolutions to activity updates, update docs (#1323) 2024-11-19 19:41:53 -08:00
frontend Switch from Less to Scss (#1335) 2024-11-21 16:05:04 -08:00
pkg Better fix for presets on Windows (#1336) 2024-11-21 12:58:03 -08:00
public Switch from Less to Scss (#1335) 2024-11-21 16:05:04 -08:00
testdriver TestDriver v4 (#865) 2024-10-17 19:09:41 -05:00
.editorconfig fix cname formatting exclusion (#888) 2024-09-26 20:11:23 -07:00
.gitattributes WSL Integration (#1031) 2024-10-23 22:43:17 -07:00
.gitignore Fix docsite path error in docsite.go (#1272) 2024-11-12 12:30:37 -08:00
.prettierignore Add filewatcher for config files (#63) 2024-06-19 23:59:41 -07:00
.yarnrc.yml Fix prettier formatting 2024-05-28 12:12:28 -07:00
ACKNOWLEDGEMENTS.md Add back the acknowledgements readme, update about modal link (#818) 2024-09-24 16:58:18 -07:00
BUILD.md Update our build workflows to use NodeJS 22 (#1285) 2024-11-13 21:06:48 -08:00
CNAME Move docsite to main repo (#1204) 2024-11-06 10:45:21 -08:00
CODE_OF_CONDUCT.md move some metadata files over to new repo 2024-09-18 12:04:28 -07:00
CONTRIBUTING.md Update edit url and remove waveterm-docs refs and fix fontawesome (#1221) 2024-11-06 12:24:53 -08:00
electron-builder.config.cjs Fix copyfiles for docsite (#1321) 2024-11-19 14:15:11 -08:00
electron.vite.config.ts Switch from Less to Scss (#1335) 2024-11-21 16:05:04 -08:00
eslint.config.js Switch to using electron-vite instead of WebPack (#45) 2024-06-13 16:49:25 -07:00
go.mod Bump github.com/sashabaranov/go-openai from 1.35.6 to 1.35.7 (#1339) 2024-11-22 11:44:50 -08:00
go.sum Bump github.com/sashabaranov/go-openai from 1.35.6 to 1.35.7 (#1339) 2024-11-22 11:44:50 -08:00
index.html browser view (#1005) 2024-10-17 14:34:02 -07:00
LICENSE Setup the Build Helper pipeline (#116) 2024-07-17 22:39:22 -07:00
NOTICE update copyright 2024-09-18 12:05:08 -07:00
package.json Bump the storybook group with 9 updates (#1343) 2024-11-22 11:43:54 -08:00
prettier.config.cjs Windows Line Endings (#923) 2024-10-01 12:54:15 -07:00
README.md Add getting started link to readme (#1313) 2024-11-16 15:33:16 -08:00
RELEASES.md update 2024-09-19 17:06:31 -07:00
SECURITY.md Add markdown alert parsing, fix buffer issue when switching files (#988) 2024-10-08 09:25:41 -07:00
Taskfile.yml Fix copyfiles for docsite (#1321) 2024-11-19 14:15:11 -08:00
tsconfig.json thenextwave cleanups 2024-09-19 14:04:47 -07:00
version.cjs If prerelease is false and action is none, remove the prerelease version string (#395) 2024-09-18 13:12:34 -07:00
vitest.config.ts Switch to using electron-vite instead of WebPack (#45) 2024-06-13 16:49:25 -07:00
yarn.lock Bump the storybook group with 9 updates (#1343) 2024-11-22 11:43:54 -08:00

Wave Terminal Logo

Wave Terminal

FOSSA Status waveterm

Wave is an open-source terminal that can launch graphical widgets, controlled and integrated directly with the CLI. It includes a base terminal, directory browser, file previews (images, media, markdown), a graphical editor (for code/text files), a web browser, and integrated AI chat.

Wave isn't just another terminal emulator; it's a rethink on how terminals are built. For too long there has been a disconnect between the CLI and the web. If you want fast, keyboard-accessible, easy-to-write applications, you use the CLI, but if you want graphical interfaces, native widgets, copy/paste, scrolling, variable font sizes, then you'd have to turn to the web. Wave's goal is to bridge that gap.

WaveTerm Screenshot

Installation

Wave Terminal works on macOS, Linux, and Windows.

Platform-specific installation instructions can be found here.

You can also install Wave Terminal directly from: www.waveterm.dev/download.

Minimum requirements

Wave Terminal and WSH run on the following platforms:

  • macOS 11 or later (arm64, x64)
  • Windows 10 1809 or later (x64)
  • Linux based on glibc-2.28 or later (Debian 10, RHEL 8, Ubuntu 20.04, etc.) (arm64, x64)

Building from Source

See Building Wave Terminal.

Contributing

Wave uses GitHub Issues for issue tracking.

Find more information in our Contributions Guide, which includes:

Activity

Alt

License

Wave Terminal is licensed under the Apache-2.0 License. For more information on our dependencies, see here.