Nick Hale
Nick Hale
## Feature Request > __Note:__ This issue mostly consists of select snippets from a [document][1] @ecordell drafted a while back. I've curated the important bits to frame the problem for...
## Description Add built-in tools that can store and retrieve arbitrary key-value pairs to/from disk on my local machine. ## Motivation If I want a tool to be able to...
## Description Provide syntax highlighting for `.gpt` files in at least one editor. ## Motivation Humans like colorful text. ## Possible Solutions It looks like a few popular editors like...
Add a new built-in tool called `sys.append` that appends content to a file instead of truncating it. Resolves https://github.com/gptscript-ai/gptscript/issues/24 I think this could also be implemented in `sys.write` by adding...
## Description `acorn login ` and `acorn credentials` fail and return the following message when the CLI isn't logged in to `acorn.io`: ```sh ✗ ERROR: failed to get API group...
Allow users to provide wildcard (`*`) patterns to select sets of resources to delete with the following acorn cli subcommands: - `acorn rm` - `acorn secret rm` - `acorn volume...
## Requirements Create a sample Acorn to serve as an example of how to package a NextJS app backed by the [MongoDB service Acorn](https://github.com/acorn-io/mongodb). The resulting git repository should live...
## Requirements Add support for specifying multiple target containers by name in a `service` definition. e.g. ``` // ... services: "my-service": { default: true containers: [ "a", "b", "c" ]...
It's possible to trigger a build that runs indefinitely by sending stderr|out to a file within the build context; e.g. acorn build -t foo:latest . &> build.log This results in...
Remove the ability to start the UI tool from gptscript. This drops the `--ui` flag from the gptscript command. Note: Let's hold off on merging this until electron support is...