acdc58877f
Bumps the prod-dependencies group with 2 updates: [jotai](https://github.com/pmndrs/jotai) and [monaco-editor](https://github.com/microsoft/monaco-editor). Updates `jotai` from 2.9.3 to 2.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmndrs/jotai/releases">jotai's releases</a>.</em></p> <blockquote> <h2>v2.10.0</h2> <p>It comes with another significant internal change to address some edge cases.</p> <p>Since v2.9.0, we've been working on some internal refactors to support more edge cases and clean up the code.</p> <p>Users are encouraged to update to the new versions eventually, but if you're satisfied with the current situation and prefer to avoid temporary instability, you can stick with v2.8.4 for now.</p> <h2>What's Changed</h2> <ul> <li>breaking(core): avoid continuable promise in store api by <a href="https://github.com/dai-shi"><code>@dai-shi</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2695">pmndrs/jotai#2695</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sphinxrave"><code>@sphinxrave</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2653">pmndrs/jotai#2653</a></li> <li><a href="https://github.com/mxthxngx"><code>@mxthxngx</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2712">pmndrs/jotai#2712</a></li> <li><a href="https://github.com/hoangvu12"><code>@hoangvu12</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2716">pmndrs/jotai#2716</a></li> <li><a href="https://github.com/YuHyeonWook"><code>@YuHyeonWook</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2734">pmndrs/jotai#2734</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/jotai/compare/v2.9.3...v2.10.0">https://github.com/pmndrs/jotai/compare/v2.9.3...v2.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
---|---|---|
.github | ||
.storybook | ||
.vscode | ||
assets | ||
build | ||
cmd | ||
db | ||
emain | ||
frontend | ||
pkg | ||
public | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.prettierignore | ||
.yarnrc.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
electron-builder.config.cjs | ||
electron.vite.config.ts | ||
eslint.config.js | ||
go.mod | ||
go.sum | ||
index.html | ||
LICENSE | ||
NOTICE | ||
package.json | ||
prettier.config.cjs | ||
README.md | ||
RELEASES.md | ||
SECURITY.md | ||
Taskfile.yml | ||
tsconfig.json | ||
version.cjs | ||
vitest.config.ts | ||
yarn.lock |
Wave Terminal
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.
Installation
Wave Terminal works on MacOS, Linux, and Windows.
Install Wave Terminal from: www.waveterm.dev/download
Also available as a homebrew cask for MacOS:
brew install --cask wave
Links
- Homepage — https://www.waveterm.dev
- Download Page — https://www.waveterm.dev/download
- Documentation — https://docs.waveterm.dev/
- Blog — https://blog.waveterm.dev/
- Discord Community — https://discord.gg/XfvZ334gwU
Building from Source
We use task
to build Wave.
brew install go-task
Once task is installed you can run this command to build and launch the development version of Wave. Note that the development database and settings are kept in a separate folder from the production version (~/.waveterm-dev) to prevent cross-corruption.
task electron:dev
Contributing
Wave uses Github Issues for issue tracking.
Find more information in our Contributions Guide, which includes:
License
Wave Terminal is licensed under the Apache-2.0 License. For more information on our dependencies, see here.