Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.17 KB

File metadata and controls

58 lines (43 loc) · 1.17 KB

Roadmap

Bash Parity

  • History expansion
  • Multiline input

Ergonomics

  • Keybind configuration (inputrc)
  • Markdown rendering for agent text responses in REPL

Language

  • Agent structured output
  • Parse time type checks
  • Runtime type validation for tool parameters
  • Type checking for tool return values
  • Type annotations for variables and functions
  • Type inference improvements
  • Package management (optional)
  • HTTP client
  • JSON/CSV parsing
  • Timezone support for DateTime
  • File I/O helpers
  • TreeSitter syntax highlighting
  • Language Server Protocol (LSP)
  • Built-in formatter
  • Debugger
  • Bytecode compilation
  • VM optimization
  • Caching and precompilation
  • concurrency support
  • Pattern matching

SDK

Default agent

  • Improve default agent system prompt (context)
  • Loading AGENTS.md
  • Skills

Performance

  • Optimize startup time
  • Limit total history size

Distribution

  • Official Homebrew
  • Apt
  • Nix
  • Starship

Bugs