Skip to content

Tags: morinim/my_codex

Tags

0.103.0

Toggle 0.103.0's commit message
feat: track estimated outbound prompt tokens

Record prompt-text estimates for terminal sends and explicit startup
prompts, then expose the totals as a sortable session dashboard column.

0.102.0

Toggle 0.102.0's commit message
test: remove obsolete Eat integration test

0.101.1

Toggle 0.101.1's commit message
fix: handle split output control sequences

Suppress EAT's specific end-of-chunk range error while preserving unrelated
failures.

0.100.2

Toggle 0.100.2's commit message
refactor: simplify session and backend helpers

Remove the redundant backend name wrapper and availability branch. Always
require live sessions when resolving session actions.

0.100.1

Toggle 0.100.1's commit message
docs: bump package version to 0.100.1

0.100.0

Toggle 0.100.0's commit message
fix: allow plan implementation without a region

Let the document implementation command fall back to the whole subject
buffer, matching other document commands. Keep it available in the transient
and cover the no-region path with targeted tests.

0.99.0

Toggle 0.99.0's commit message
fix: hide code-only commands in document mode

Limit the prompt preset and explain-error menu entries to contexts where
their default prompts apply, and cover the catalogue metadata with
regression tests.

0.98.4

Toggle 0.98.4's commit message
fix: use lowercase key for coverage analysis

Update the documented binding and bump the package version to 0.98.4.

0.98.3

Toggle 0.98.3's commit message
test: add dedicated layout coverage

Cover window association, focus switching, selection handling and insertion.

0.98.2

Toggle 0.98.2's commit message
fix: remove duplicate session resume command

Correct the workspace-write key in the customisation example and bump the
package version.