mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 07:03:25 +00:00
Updated README.md
This commit is contained in:
parent
ba5bf54af4
commit
c7d00e6ba4
2 changed files with 1 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
|
"$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
|
||||||
"linter": {
|
"linter": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"rules": {
|
"rules": {
|
||||||
|
|
|
||||||
|
|
@ -789,11 +789,7 @@ Things that might happen eventually:
|
||||||
- **Auto-compaction**: Currently, watch the context percentage at the bottom. When it approaches 80%, either:
|
- **Auto-compaction**: Currently, watch the context percentage at the bottom. When it approaches 80%, either:
|
||||||
- Ask the agent to write a summary .md file you can load in a new session
|
- Ask the agent to write a summary .md file you can load in a new session
|
||||||
- Switch to a model with bigger context (e.g., Gemini) using `/model` and either continue with that model, or let it summarize the session to a .md file to be loaded in a new session
|
- Switch to a model with bigger context (e.g., Gemini) using `/model` and either continue with that model, or let it summarize the session to a .md file to be loaded in a new session
|
||||||
- **Message queuing**: Core engine supports it, just needs UI wiring
|
|
||||||
- **Better RPC mode docs**: It works, you'll figure it out (see `test/rpc-example.ts`)
|
- **Better RPC mode docs**: It works, you'll figure it out (see `test/rpc-example.ts`)
|
||||||
- **Beter Markdown and tool call/result rendering**
|
|
||||||
- **Full details mode**: use `/export out.html` for now
|
|
||||||
- **More flicker than Claude Code**: One day...
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue