Skip to content

Releases: CreatorGhost/TheCode

Release list

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 18:30
a9644a2

What's Changed

  • feat(tui): make carbon the default decode UI by @CreatorGhost in #3
  • fix(tui): relax paste summary thresholds for short pastes by @CreatorGhost in #4
  • fix(opencode): reject path traversal in remote skill discovery by @CreatorGhost in #5
  • fix(fs): refuse credential writes through symlinks by @CreatorGhost in #6
  • fix(opencode): serialize concurrent auth.json writes by @CreatorGhost in #7
  • fix(snapshot): fail closed when git check-ignore errors by @CreatorGhost in #8
  • fix(opencode): close webfetch SSRF redirect bypass and harden IP checks by @CreatorGhost in #9
  • fix(runner): queue work when already running instead of discarding by @CreatorGhost in #10
  • fix(core): refuse to start against a database migrated by a newer version by @CreatorGhost in #11
  • fix(task): cancel subagent on any abnormal tool exit by @CreatorGhost in #12
  • fix(opencode): skip falsy plugin hook returns instead of crashing provider listing by @CreatorGhost in #13
  • fix(session): settle busy status after stream close by @CreatorGhost in #14
  • fix(provider): extract OpenAI-shaped error messages by @CreatorGhost in #16
  • fix(config): write valid JSON when auto-adding $schema to an empty config by @CreatorGhost in #17
  • fix(core): extract zips with tar on Windows instead of Expand-Archive by @CreatorGhost in #18
  • fix(models): fall back when catalog refresh stalls by @CreatorGhost in #19
  • fix(tui): show permission prompts from nested subagent chains by @CreatorGhost in #21
  • fix(vcs): batch untracked diff checks by @CreatorGhost in #15
  • fix(tui): preserve initial user message on new session hydration by @CreatorGhost in #20
  • fix(tui): avoid duplicate project initialization by @CreatorGhost in #22
  • fix(app): preserve timeline bottom anchoring by @CreatorGhost in #25
  • fix(session): log summary and prune background task failures by @CreatorGhost in #27
  • fix(opencode): defer defaultAgent lookup in session summarize by @CreatorGhost in #28
  • fix(opencode): display proper session import errors by @CreatorGhost in #30
  • fix(llm): accept Ollama reasoning field in OpenAI Chat deltas by @CreatorGhost in #32
  • fix(llm): improve Gemini caching through OpenRouter by @CreatorGhost in #33
  • feat(llm): support GPT-5.6 prompt cache new options by @CreatorGhost in #34
  • fix(app): sync reveal-menu i18n keys across all locales by @CreatorGhost in #36
  • feat(tui): show busy/idle progress indicator in terminal title by @CreatorGhost in #39
  • fix(app): bundle four small upstream app fixes by @CreatorGhost in #40
  • fix(tui): bundle two small upstream TUI fixes by @CreatorGhost in #41
  • fix(cli): accept /s/ share URLs in import by @CreatorGhost in #29
  • fix(llm): stop dumping HTML gateway bodies into provider errors by @CreatorGhost in #26
  • fix(tui): detect Windows system dark mode via registry by @CreatorGhost in #37
  • fix(opencode): create root span per prompt for OTEL trace isolation by @CreatorGhost in #31
  • fix(desktop): preserve clipboard image paths for path-based MCP tools by @CreatorGhost in #35
  • fix(tui): batch streaming part deltas to keep TUI responsive during fast streams by @CreatorGhost in #24
  • feat(tui): show subagent status in sidebar by @CreatorGhost in #38
  • fix(cli): honor --yolo/--auto in mini and attach modes by @CreatorGhost in #42
  • feat(release): publish DCode to npm as dcode-ai by @CreatorGhost in #43

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 16:05

What's Changed

New Contributors

Full Changelog: https://github.com/CreatorGhost/TheCode/commits/v1.0.0