codexa 1.1.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
  <h1>
3
- <img src="https://github.com/user-attachments/assets/8d571bd6-ba2b-469a-8ddc-3f3ded0fd766" alt="Codexa Logo" width="90" align="absmiddle"> Codexa
3
+ Codexa
4
4
  </h1>
5
5
 
6
6
  <p>
package/dist/cli.js CHANGED
@@ -23,7 +23,7 @@ const program = new commander_1.Command();
23
23
  program
24
24
  .name('codexa')
25
25
  .description('Ask questions about any local repository from the command line.')
26
- .version('1.1.1')
26
+ .version('1.2.0')
27
27
  .action(() => {
28
28
  console.log('\n');
29
29
  logger_1.log.box(`${chalk_1.default.bold('Welcome to Codexa!')}\n\n` +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexa",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "description": "CLI agent that indexes local repos and answers questions with hosted or local LLMs.",
5
5
  "bin": {
6
6
  "codexa": "bin/codexa.js"